Class CommentUpdates.CommentUpdate
- java.lang.Object
-
- net.florianschoppmann.issuetracking.youtrack.CommentUpdates.CommentUpdate
-
- Enclosing class:
- CommentUpdates
public static class CommentUpdates.CommentUpdate extends Object
-
-
Field Summary
Fields Modifier and Type Field Description @Nullable String
commentId
@Nullable IssueComment
issueComment
@Nullable String
issueKey
-
Constructor Summary
Constructors Constructor Description CommentUpdate()
-
-
-
Field Detail
-
issueKey
public @Nullable String issueKey
-
commentId
public @Nullable String commentId
-
issueComment
public @Nullable IssueComment issueComment
-
-