Uses of Class
com.spotify.github.v3.prs.ImmutableReviewComment
-
Packages that use ImmutableReviewComment Package Description com.spotify.github.v3.prs -
-
Uses of ImmutableReviewComment in com.spotify.github.v3.prs
Methods in com.spotify.github.v3.prs that return ImmutableReviewComment Modifier and Type Method Description ImmutableReviewCommentImmutableReviewComment.Builder. build()Builds a newImmutableReviewComment.static ImmutableReviewCommentImmutableReviewComment. copyOf(ReviewComment instance)Creates an immutable copy of aReviewCommentvalue.ImmutableReviewCommentImmutableReviewComment. withBody(String value)Copy the current immutable object by setting a value for thebodyattribute.ImmutableReviewCommentImmutableReviewComment. withPath(String value)Copy the current immutable object by setting a value for thepathattribute.ImmutableReviewCommentImmutableReviewComment. withPosition(int value)Copy the current immutable object by setting a value for thepositionattribute.
-