Uses of Interface
com.spotify.github.v3.comment.CommentReaction
-
Packages that use CommentReaction Package Description com.spotify.github.v3.clients com.spotify.github.v3.comment -
-
Uses of CommentReaction in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type CommentReaction Modifier and Type Method Description CompletableFuture<CommentReaction>
IssueClient. createCommentReaction(long commentId, CommentReactionContent reaction)
Create a reaction on a comment.GithubPageIterator<CommentReaction>
IssueClient. listCommentReaction(long commentId)
List reactions on a comment. -
Uses of CommentReaction in com.spotify.github.v3.comment
Classes in com.spotify.github.v3.comment that implement CommentReaction Modifier and Type Class Description class
ImmutableCommentReaction
Immutable implementation ofCommentReaction
.Methods in com.spotify.github.v3.comment with parameters of type CommentReaction Modifier and Type Method Description static ImmutableCommentReaction
ImmutableCommentReaction. copyOf(CommentReaction instance)
Creates an immutable copy of aCommentReaction
value.ImmutableCommentReaction.Builder
ImmutableCommentReaction.Builder. from(CommentReaction instance)
Fill a builder with attribute values from the providedcom.spotify.github.v3.comment.CommentReaction
instance.
-