Uses of Class
com.spotify.github.v3.git.ImmutableShaLink
-
Packages that use ImmutableShaLink Package Description com.spotify.github.v3.git -
-
Uses of ImmutableShaLink in com.spotify.github.v3.git
Methods in com.spotify.github.v3.git that return ImmutableShaLink Modifier and Type Method Description ImmutableShaLinkImmutableShaLink.Builder. build()Builds a newImmutableShaLink.static ImmutableShaLinkImmutableShaLink. copyOf(ShaLink instance)Creates an immutable copy of aShaLinkvalue.ImmutableShaLinkImmutableShaLink. withSha(String value)Copy the current immutable object by setting a value for theshaattribute.ImmutableShaLinkImmutableShaLink. withUrl(URI value)Copy the current immutable object by setting a value for theurlattribute.
-