Uses of Interface
com.spotify.github.v3.comment.Comment
-
Packages that use Comment Package Description com.spotify.github.v3.activity.events com.spotify.github.v3.clients com.spotify.github.v3.comment -
-
Uses of Comment in com.spotify.github.v3.activity.events
Methods in com.spotify.github.v3.activity.events that return Comment Modifier and Type Method Description CommentCommitCommentEvent. comment()The repositoryCommentcreated.CommentImmutableCommitCommentEvent. comment()The repositoryCommentcreated.CommentImmutableIssueCommentEvent. comment()TheCommentitself.CommentIssueCommentEvent. comment()TheCommentitself.Methods in com.spotify.github.v3.activity.events with parameters of type Comment Modifier and Type Method Description ImmutableCommitCommentEvent.BuilderImmutableCommitCommentEvent.Builder. comment(Comment comment)Initializes the value for thecommentattribute.ImmutableIssueCommentEvent.BuilderImmutableIssueCommentEvent.Builder. comment(Comment comment)Initializes the value for thecommentattribute.ImmutableCommitCommentEventImmutableCommitCommentEvent. withComment(Comment value)Copy the current immutable object by setting a value for thecommentattribute.ImmutableIssueCommentEventImmutableIssueCommentEvent. withComment(Comment value)Copy the current immutable object by setting a value for thecommentattribute. -
Uses of Comment in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type Comment Modifier and Type Method Description CompletableFuture<Comment>IssueClient. createComment(int number, String body)Create a comment for a given issue number.CompletableFuture<Comment>RepositoryClient. createComment(String sha, String body)Create a comment for a given issue number.CompletableFuture<Comment>IssueClient. getComment(int id)Get a specific comment.CompletableFuture<Comment>RepositoryClient. getComment(int id)Get a specific comment.Iterator<AsyncPage<Comment>>IssueClient. listComments()List repository comments.Iterator<AsyncPage<Comment>>IssueClient. listComments(int number)List given issue number comments. -
Uses of Comment in com.spotify.github.v3.comment
Classes in com.spotify.github.v3.comment that implement Comment Modifier and Type Class Description classImmutableCommentImmutable implementation ofComment.Methods in com.spotify.github.v3.comment with parameters of type Comment Modifier and Type Method Description static ImmutableCommentImmutableComment. copyOf(Comment instance)Creates an immutable copy of aCommentvalue.ImmutableComment.BuilderImmutableComment.Builder. from(Comment instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.comment.Commentinstance.
-