Uses of Class
com.spotify.github.ImmutableHref.Builder
-
Packages that use ImmutableHref.Builder Package Description com.spotify.github -
-
Uses of ImmutableHref.Builder in com.spotify.github
Methods in com.spotify.github 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(Links.Href<T> instance)Fill a builder with attribute values from the providedHrefinstance.ImmutableHref.Builder<T>ImmutableHref.Builder. href(T href)Initializes the value for thehrefattribute.
-