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.BuilderImmutableShaLink. builder()Creates a builder forImmutableShaLink.ImmutableShaLink.BuilderImmutableShaLink.Builder. from(ShaLink instance)Fill a builder with attribute values from the providedShaLinkinstance.ImmutableShaLink.BuilderImmutableShaLink.Builder. sha(String sha)Initializes the value for theshaattribute.ImmutableShaLink.BuilderImmutableShaLink.Builder. url(URI url)Initializes the value for theurlattribute.
-