Class CommentUpdates
- java.lang.Object
-
- net.florianschoppmann.issuetracking.youtrack.CommentUpdates
-
public class CommentUpdates extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CommentUpdates.CommentUpdate
-
Field Summary
Fields Modifier and Type Field Description List<CommentUpdates.CommentUpdate>
commentUpdates
-
Constructor Summary
Constructors Constructor Description CommentUpdates()
-
-
-
Field Detail
-
commentUpdates
public final List<CommentUpdates.CommentUpdate> commentUpdates
-
-