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 ImmutableLinks
ImmutableLinks.Builder. build()
Builds a newImmutableLinks
.static ImmutableLinks
ImmutableLinks. copyOf(Links instance)
Creates an immutable copy of aLinks
value.ImmutableLinks
ImmutableLinks. withHtml(Links.Href<URI> value)
Copy the current immutable object by setting a value for thehtml
attribute.ImmutableLinks
ImmutableLinks. withSelf(Links.Href<URI> value)
Copy the current immutable object by setting a value for theself
attribute.
-