Uses of Class
com.spotify.github.ImmutableLinks.Builder
-
Packages that use ImmutableLinks.Builder Package Description com.spotify.github -
-
Uses of ImmutableLinks.Builder in com.spotify.github
Methods in com.spotify.github that return ImmutableLinks.Builder Modifier and Type Method Description static ImmutableLinks.Builder
ImmutableLinks. builder()
Creates a builder forImmutableLinks
.ImmutableLinks.Builder
ImmutableLinks.Builder. from(Links instance)
Fill a builder with attribute values from the providedLinks
instance.ImmutableLinks.Builder
ImmutableLinks.Builder. html(Links.Href<URI> html)
Initializes the value for thehtml
attribute.ImmutableLinks.Builder
ImmutableLinks.Builder. self(Links.Href<URI> self)
Initializes the value for theself
attribute.
-