Uses of Interface
com.spotify.github.v3.activity.events.ReviewLinks
-
Packages that use ReviewLinks Package Description com.spotify.github.v3.activity.events com.spotify.github.v3.prs -
-
Uses of ReviewLinks in com.spotify.github.v3.activity.events
Classes in com.spotify.github.v3.activity.events that implement ReviewLinks Modifier and Type Class Description classImmutableReviewLinksImmutable implementation ofReviewLinks.Methods in com.spotify.github.v3.activity.events with parameters of type ReviewLinks Modifier and Type Method Description static ImmutableReviewLinksImmutableReviewLinks. copyOf(ReviewLinks instance)Creates an immutable copy of aReviewLinksvalue.ImmutableReviewLinks.BuilderImmutableReviewLinks.Builder. from(ReviewLinks instance)Fill a builder with attribute values from the providedReviewLinksinstance. -
Uses of ReviewLinks in com.spotify.github.v3.prs
Methods in com.spotify.github.v3.prs that return ReviewLinks Modifier and Type Method Description ReviewLinksImmutableReview. links()Hypermedia links.ReviewLinksReview. links()Hypermedia links.Methods in com.spotify.github.v3.prs with parameters of type ReviewLinks Modifier and Type Method Description ImmutableReview.BuilderImmutableReview.Builder. links(ReviewLinks links)Initializes the value for thelinksattribute.ImmutableReviewImmutableReview. withLinks(ReviewLinks value)Copy the current immutable object by setting a value for thelinksattribute.
-