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 class
ImmutableHref<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.Href
value.ImmutableHref.Builder<T>
ImmutableHref.Builder. from(ReviewLinks.Href<T> instance)
Fill a builder with attribute values from the providedHref
instance.ImmutableReviewLinks.Builder
ImmutableReviewLinks.Builder. html(ReviewLinks.Href<URI> html)
Initializes the value for thehtml
attribute.ImmutableReviewLinks.Builder
ImmutableReviewLinks.Builder. pullRequest(ReviewLinks.Href<URI> pullRequest)
Initializes the value for thepullRequest
attribute.ImmutableReviewLinks
ImmutableReviewLinks. withHtml(ReviewLinks.Href<URI> value)
Copy the current immutable object by setting a value for thehtml
attribute.ImmutableReviewLinks
ImmutableReviewLinks. withPullRequest(ReviewLinks.Href<URI> value)
Copy the current immutable object by setting a value for thepullRequest
attribute.
-