Uses of Class
com.spotify.github.ImmutableLinks
-
Packages that use ImmutableLinks Package Description com.spotify.github -
-
Uses of ImmutableLinks in com.spotify.github
Methods in com.spotify.github that return ImmutableLinks Modifier and Type Method Description ImmutableLinksImmutableLinks.Builder. build()Builds a newImmutableLinks.static ImmutableLinksImmutableLinks. copyOf(Links instance)Creates an immutable copy of aLinksvalue.ImmutableLinksImmutableLinks. withHtml(Links.Href<URI> value)Copy the current immutable object by setting a value for thehtmlattribute.ImmutableLinksImmutableLinks. withSelf(Links.Href<URI> value)Copy the current immutable object by setting a value for theselfattribute.
-