Uses of Interface
com.spotify.github.v3.activity.events.ReviewLinks.Href
-
Packages that use ReviewLinks.Href Package Description com.spotify.github.v3.activity.events -
-
Uses of ReviewLinks.Href in com.spotify.github.v3.activity.events
Classes in com.spotify.github.v3.activity.events that implement ReviewLinks.Href Modifier and Type Class Description classImmutableHref<T>Immutable implementation ofReviewLinks.Href.Methods in com.spotify.github.v3.activity.events that return ReviewLinks.Href Modifier and Type Method Description ReviewLinks.Href<URI>ImmutableReviewLinks. html()Html.ReviewLinks.Href<URI>ReviewLinks. html()Html.ReviewLinks.Href<URI>ImmutableReviewLinks. pullRequest()Pull Request.ReviewLinks.Href<URI>ReviewLinks. pullRequest()Pull Request.Methods in com.spotify.github.v3.activity.events with parameters of type ReviewLinks.Href Modifier and Type Method Description static <T> ImmutableHref<T>ImmutableHref. copyOf(ReviewLinks.Href<T> instance)Creates an immutable copy of aReviewLinks.Hrefvalue.ImmutableHref.Builder<T>ImmutableHref.Builder. from(ReviewLinks.Href<T> instance)Fill a builder with attribute values from the providedHrefinstance.ImmutableReviewLinks.BuilderImmutableReviewLinks.Builder. html(ReviewLinks.Href<URI> html)Initializes the value for thehtmlattribute.ImmutableReviewLinks.BuilderImmutableReviewLinks.Builder. pullRequest(ReviewLinks.Href<URI> pullRequest)Initializes the value for thepullRequestattribute.ImmutableReviewLinksImmutableReviewLinks. withHtml(ReviewLinks.Href<URI> value)Copy the current immutable object by setting a value for thehtmlattribute.ImmutableReviewLinksImmutableReviewLinks. withPullRequest(ReviewLinks.Href<URI> value)Copy the current immutable object by setting a value for thepullRequestattribute.
-