Uses of Class
com.spotify.github.v3.git.ImmutableReference
-
Packages that use ImmutableReference Package Description com.spotify.github.v3.git -
-
Uses of ImmutableReference in com.spotify.github.v3.git
Methods in com.spotify.github.v3.git that return ImmutableReference Modifier and Type Method Description ImmutableReferenceImmutableReference.Builder. build()Builds a newImmutableReference.static ImmutableReferenceImmutableReference. copyOf(Reference instance)Creates an immutable copy of aReferencevalue.ImmutableReferenceImmutableReference. withObject(ReferenceObject value)Copy the current immutable object by setting a value for theobjectattribute.ImmutableReferenceImmutableReference. withRef(String value)Copy the current immutable object by setting a value for therefattribute.ImmutableReferenceImmutableReference. withUrl(URI value)Copy the current immutable object by setting a value for theurlattribute.
-