Uses of Class
com.spotify.github.v3.git.ImmutableReferenceObject
-
Packages that use ImmutableReferenceObject Package Description com.spotify.github.v3.git -
-
Uses of ImmutableReferenceObject in com.spotify.github.v3.git
Methods in com.spotify.github.v3.git that return ImmutableReferenceObject Modifier and Type Method Description ImmutableReferenceObject
ImmutableReferenceObject.Builder. build()
Builds a newImmutableReferenceObject
.static ImmutableReferenceObject
ImmutableReferenceObject. copyOf(ReferenceObject instance)
Creates an immutable copy of aReferenceObject
value.ImmutableReferenceObject
ImmutableReferenceObject. withSha(String value)
Copy the current immutable object by setting a value for thesha
attribute.ImmutableReferenceObject
ImmutableReferenceObject. withType(String value)
Copy the current immutable object by setting a value for thetype
attribute.ImmutableReferenceObject
ImmutableReferenceObject. withUrl(URI value)
Copy the current immutable object by setting a value for theurl
attribute.
-