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 ImmutableCommentReaction
ImmutableCommentReaction.Builder. build()
Builds a newImmutableCommentReaction
.static ImmutableCommentReaction
ImmutableCommentReaction. copyOf(CommentReaction instance)
Creates an immutable copy of aCommentReaction
value.ImmutableCommentReaction
ImmutableCommentReaction. withContent(CommentReactionContent value)
Copy the current immutable object by setting a value for thecontent
attribute.ImmutableCommentReaction
ImmutableCommentReaction. withCreatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for thecreatedAt
attribute.ImmutableCommentReaction
ImmutableCommentReaction. withId(long value)
Copy the current immutable object by setting a value for theid
attribute.ImmutableCommentReaction
ImmutableCommentReaction. withUpdatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for theupdatedAt
attribute.ImmutableCommentReaction
ImmutableCommentReaction. withUser(User value)
Copy the current immutable object by setting a value for theuser
attribute.
-