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 Comment
ImmutablePullRequestReviewCommentEvent. comment()
The comment itself.Comment
PullRequestReviewCommentEvent. comment()
The comment itself.Methods in com.spotify.github.v3.activity.events with parameters of type Comment Modifier and Type Method Description ImmutablePullRequestReviewCommentEvent.Builder
ImmutablePullRequestReviewCommentEvent.Builder. comment(Comment comment)
Initializes the value for thecomment
attribute.ImmutablePullRequestReviewCommentEvent
ImmutablePullRequestReviewCommentEvent. withComment(Comment value)
Copy the current immutable object by setting a value for thecomment
attribute. -
Uses of Comment in com.spotify.github.v3.prs
Classes in com.spotify.github.v3.prs that implement Comment Modifier and Type Class Description class
ImmutableComment
Immutable implementation ofComment
.Methods in com.spotify.github.v3.prs with parameters of type Comment Modifier and Type Method Description static ImmutableComment
ImmutableComment. copyOf(Comment instance)
Creates an immutable copy of aComment
value.ImmutableComment.Builder
ImmutableComment.Builder. from(Comment instance)
Fill a builder with attribute values from the providedcom.spotify.github.v3.prs.Comment
instance.
-