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 classImmutableReferenceObjectImmutable implementation ofReferenceObject.Methods in com.spotify.github.v3.git that return ReferenceObject Modifier and Type Method Description ReferenceObjectImmutableReference. object()Reference object.ReferenceObjectImmutableTag. object()The SHA of the git object this is tagging.ReferenceObjectReference. object()Reference object.ReferenceObjectTag. 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 ImmutableReferenceObjectImmutableReferenceObject. copyOf(ReferenceObject instance)Creates an immutable copy of aReferenceObjectvalue.ImmutableReferenceObject.BuilderImmutableReferenceObject.Builder. from(ReferenceObject instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.git.ReferenceObjectinstance.ImmutableReference.BuilderImmutableReference.Builder. object(ReferenceObject object)Initializes the value for theobjectattribute.ImmutableTag.BuilderImmutableTag.Builder. object(ReferenceObject object)Initializes the value for theobjectattribute.ImmutableReferenceImmutableReference. withObject(ReferenceObject value)Copy the current immutable object by setting a value for theobjectattribute.ImmutableTagImmutableTag. withObject(ReferenceObject value)Copy the current immutable object by setting a value for theobjectattribute.
-