Uses of Class
com.spotify.github.v3.comment.ImmutableCommentReaction
-
Packages that use ImmutableCommentReaction Package Description com.spotify.github.v3.comment -
-
Uses of ImmutableCommentReaction in com.spotify.github.v3.comment
Methods in com.spotify.github.v3.comment that return ImmutableCommentReaction Modifier and Type Method Description ImmutableCommentReactionImmutableCommentReaction.Builder. build()Builds a newImmutableCommentReaction.static ImmutableCommentReactionImmutableCommentReaction. copyOf(CommentReaction instance)Creates an immutable copy of aCommentReactionvalue.ImmutableCommentReactionImmutableCommentReaction. withContent(CommentReactionContent value)Copy the current immutable object by setting a value for thecontentattribute.ImmutableCommentReactionImmutableCommentReaction. withCreatedAt(GitHubInstant value)Copy the current immutable object by setting a value for thecreatedAtattribute.ImmutableCommentReactionImmutableCommentReaction. withId(long value)Copy the current immutable object by setting a value for theidattribute.ImmutableCommentReactionImmutableCommentReaction. withUpdatedAt(GitHubInstant value)Copy the current immutable object by setting a value for theupdatedAtattribute.ImmutableCommentReactionImmutableCommentReaction. withUser(User value)Copy the current immutable object by setting a value for theuserattribute.
-