Uses of Class
com.spotify.github.v3.git.ImmutableShaLink.Builder
-
Packages that use ImmutableShaLink.Builder Package Description com.spotify.github.v3.git -
-
Uses of ImmutableShaLink.Builder in com.spotify.github.v3.git
Methods in com.spotify.github.v3.git that return ImmutableShaLink.Builder Modifier and Type Method Description static ImmutableShaLink.Builder
ImmutableShaLink. builder()
Creates a builder forImmutableShaLink
.ImmutableShaLink.Builder
ImmutableShaLink.Builder. from(ShaLink instance)
Fill a builder with attribute values from the providedShaLink
instance.ImmutableShaLink.Builder
ImmutableShaLink.Builder. sha(String sha)
Initializes the value for thesha
attribute.ImmutableShaLink.Builder
ImmutableShaLink.Builder. url(URI url)
Initializes the value for theurl
attribute.
-