Uses of Interface
com.spotify.github.v3.git.ReferenceObject
-
Packages that use ReferenceObject Package Description com.spotify.github.v3.git -
-
Uses of ReferenceObject in com.spotify.github.v3.git
Classes in com.spotify.github.v3.git that implement ReferenceObject Modifier and Type Class Description class
ImmutableReferenceObject
Immutable implementation ofReferenceObject
.Methods in com.spotify.github.v3.git that return ReferenceObject Modifier and Type Method Description ReferenceObject
ImmutableReference. object()
Reference object.ReferenceObject
ImmutableTag. object()
The SHA of the git object this is tagging.ReferenceObject
Reference. object()
Reference object.ReferenceObject
Tag. object()
The SHA of the git object this is tagging.Methods in com.spotify.github.v3.git with parameters of type ReferenceObject Modifier and Type Method Description static ImmutableReferenceObject
ImmutableReferenceObject. copyOf(ReferenceObject instance)
Creates an immutable copy of aReferenceObject
value.ImmutableReferenceObject.Builder
ImmutableReferenceObject.Builder. from(ReferenceObject instance)
Fill a builder with attribute values from the providedcom.spotify.github.v3.git.ReferenceObject
instance.ImmutableReference.Builder
ImmutableReference.Builder. object(ReferenceObject object)
Initializes the value for theobject
attribute.ImmutableTag.Builder
ImmutableTag.Builder. object(ReferenceObject object)
Initializes the value for theobject
attribute.ImmutableReference
ImmutableReference. withObject(ReferenceObject value)
Copy the current immutable object by setting a value for theobject
attribute.ImmutableTag
ImmutableTag. withObject(ReferenceObject value)
Copy the current immutable object by setting a value for theobject
attribute.
-