Uses of Interface
com.spotify.github.v3.prs.Comment
-
Packages that use Comment Package Description com.spotify.github.v3.activity.events com.spotify.github.v3.prs -
-
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 CommentImmutablePullRequestReviewCommentEvent. comment()The comment itself.CommentPullRequestReviewCommentEvent. comment()The comment itself.Methods in com.spotify.github.v3.activity.events with parameters of type Comment Modifier and Type Method Description ImmutablePullRequestReviewCommentEvent.BuilderImmutablePullRequestReviewCommentEvent.Builder. comment(Comment comment)Initializes the value for thecommentattribute.ImmutablePullRequestReviewCommentEventImmutablePullRequestReviewCommentEvent. withComment(Comment value)Copy the current immutable object by setting a value for thecommentattribute. -
Uses of Comment in com.spotify.github.v3.prs
Classes in com.spotify.github.v3.prs that implement Comment Modifier and Type Class Description classImmutableCommentImmutable implementation ofComment.Methods in com.spotify.github.v3.prs 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.prs.Commentinstance.
-