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 StringcommentId@Nullable IssueCommentissueComment@Nullable StringissueKey
-
Constructor Summary
Constructors Constructor Description CommentUpdate()
-
-
-
Field Detail
-
issueKey
public @Nullable String issueKey
-
commentId
public @Nullable String commentId
-
issueComment
public @Nullable IssueComment issueComment
-
-