Uses of Class
com.spotify.github.v3.activity.events.ImmutableHref.Builder
-
Packages that use ImmutableHref.Builder Package Description com.spotify.github.v3.activity.events -
-
Uses of ImmutableHref.Builder in com.spotify.github.v3.activity.events
Methods in com.spotify.github.v3.activity.events that return ImmutableHref.Builder Modifier and Type Method Description static <T> ImmutableHref.Builder<T>
ImmutableHref. builder()
Creates a builder forImmutableHref
.ImmutableHref.Builder<T>
ImmutableHref.Builder. from(ReviewLinks.Href<T> instance)
Fill a builder with attribute values from the providedHref
instance.ImmutableHref.Builder<T>
ImmutableHref.Builder. href(T href)
Initializes the value for thehref
attribute.
-