Uses of Class
com.spotify.github.ImmutableHref
-
Packages that use ImmutableHref Package Description com.spotify.github -
-
Uses of ImmutableHref in com.spotify.github
Methods in com.spotify.github that return ImmutableHref Modifier and Type Method Description ImmutableHref<T>ImmutableHref.Builder. build()Builds a newImmutableHref.static <T> ImmutableHref<T>ImmutableHref. copyOf(Links.Href<T> instance)Creates an immutable copy of aLinks.Hrefvalue.ImmutableHref<T>ImmutableHref. withHref(T value)Copy the current immutable object by setting a value for thehrefattribute.
-