Uses of Interface
com.spotify.github.v3.git.ShaLink
-
Packages that use ShaLink Package Description com.spotify.github.v3.clients com.spotify.github.v3.git com.spotify.github.v3.repos -
-
Uses of ShaLink in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type ShaLink Modifier and Type Method Description CompletableFuture<ShaLink>GitDataClient. createBlob(String content)Post new content to the server. -
Uses of ShaLink in com.spotify.github.v3.git
Subinterfaces of ShaLink in com.spotify.github.v3.git Modifier and Type Interface Description interfaceBlobGit blobinterfaceReferenceObjectReference object resource.interfaceTagGit tag resource.interfaceTreeGit tree resource.interfaceTreeItemGit tree item.Classes in com.spotify.github.v3.git that implement ShaLink Modifier and Type Class Description classImmutableBlobImmutable implementation ofBlob.classImmutableReferenceObjectImmutable implementation ofReferenceObject.classImmutableShaLinkImmutable implementation ofShaLink.classImmutableTagImmutable implementation ofTag.classImmutableTreeImmutable implementation ofTree.classImmutableTreeItemImmutable implementation ofTreeItem.Methods in com.spotify.github.v3.git that return ShaLink Modifier and Type Method Description ShaLinkCommit. tree()The SHA of the tree object this commit points to.ShaLinkImmutableCommit. tree()The SHA of the tree object this commit points to.Methods in com.spotify.github.v3.git with parameters of type ShaLink Modifier and Type Method Description static ImmutableShaLinkImmutableShaLink. copyOf(ShaLink instance)Creates an immutable copy of aShaLinkvalue.ImmutableBlob.BuilderImmutableBlob.Builder. from(ShaLink instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.git.ShaLinkinstance.ImmutableReferenceObject.BuilderImmutableReferenceObject.Builder. from(ShaLink instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.git.ShaLinkinstance.ImmutableShaLink.BuilderImmutableShaLink.Builder. from(ShaLink instance)Fill a builder with attribute values from the providedShaLinkinstance.ImmutableTag.BuilderImmutableTag.Builder. from(ShaLink instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.git.ShaLinkinstance.ImmutableTree.BuilderImmutableTree.Builder. from(ShaLink instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.git.ShaLinkinstance.ImmutableTreeItem.BuilderImmutableTreeItem.Builder. from(ShaLink instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.git.ShaLinkinstance.ImmutableCommit.BuilderImmutableCommit.Builder. tree(ShaLink tree)Initializes the value for thetreeattribute.ImmutableCommitImmutableCommit. withTree(ShaLink value)Copy the current immutable object by setting a value for thetreeattribute. -
Uses of ShaLink in com.spotify.github.v3.repos
Subinterfaces of ShaLink in com.spotify.github.v3.repos Modifier and Type Interface Description interfaceCommitSingle repository commit resource.interfaceCommitItemCommit item resource usually returned during the commit listing operationinterfaceContentRepository content resourceinterfaceFolderContentRepository file content resourceClasses in com.spotify.github.v3.repos that implement ShaLink Modifier and Type Class Description classImmutableCommitImmutable implementation ofCommit.classImmutableCommitItemImmutable implementation ofCommitItem.classImmutableContentImmutable implementation ofContent.classImmutableFolderContentImmutable implementation ofFolderContent.Methods in com.spotify.github.v3.repos that return ShaLink Modifier and Type Method Description ShaLinkBranch. commit()Commit details branch is labelingShaLinkImmutableBranch. commit()Commit details branch is labelingShaLinkCommit. tree()The SHA of the tree object this commit points to.ShaLinkImmutableCommit. tree()The SHA of the tree object this commit points to.Methods in com.spotify.github.v3.repos that return types with arguments of type ShaLink Modifier and Type Method Description List<ShaLink>CommitItem. parents()The SHAs of the commits that were the parents of this commitList<ShaLink>ImmutableCommit. parents()The SHAs of the commits that were the parents of this commitList<ShaLink>ImmutableCommitItem. parents()The SHAs of the commits that were the parents of this commitMethods in com.spotify.github.v3.repos with parameters of type ShaLink Modifier and Type Method Description ImmutableCommit.BuilderImmutableCommit.Builder. addParents(ShaLink element)Adds one element toparentslist.ImmutableCommit.BuilderImmutableCommit.Builder. addParents(ShaLink... elements)Adds elements toparentslist.ImmutableCommitItem.BuilderImmutableCommitItem.Builder. addParents(ShaLink element)Adds one element toparentslist.ImmutableCommitItem.BuilderImmutableCommitItem.Builder. addParents(ShaLink... elements)Adds elements toparentslist.ImmutableBranch.BuilderImmutableBranch.Builder. commit(ShaLink commit)Initializes the value for thecommitattribute.ImmutableCommit.BuilderImmutableCommit.Builder. from(ShaLink instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.git.ShaLinkinstance.ImmutableCommitItem.BuilderImmutableCommitItem.Builder. from(ShaLink instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.git.ShaLinkinstance.ImmutableContent.BuilderImmutableContent.Builder. from(ShaLink instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.git.ShaLinkinstance.ImmutableFolderContent.BuilderImmutableFolderContent.Builder. from(ShaLink instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.git.ShaLinkinstance.ImmutableCommit.BuilderImmutableCommit.Builder. tree(ShaLink tree)Initializes the value for thetreeattribute.ImmutableBranchImmutableBranch. withCommit(ShaLink value)Copy the current immutable object by setting a value for thecommitattribute.ImmutableCommitImmutableCommit. withParents(ShaLink... elements)Copy the current immutable object with elements that replace the content ofparents.ImmutableCommitItemImmutableCommitItem. withParents(ShaLink... elements)Copy the current immutable object with elements that replace the content ofparents.ImmutableCommitImmutableCommit. withTree(ShaLink value)Copy the current immutable object by setting a value for thetreeattribute.Method parameters in com.spotify.github.v3.repos with type arguments of type ShaLink Modifier and Type Method Description ImmutableCommit.BuilderImmutableCommit.Builder. addAllParents(Iterable<? extends ShaLink> elements)Adds elements toparentslist.ImmutableCommitItem.BuilderImmutableCommitItem.Builder. addAllParents(Iterable<? extends ShaLink> elements)Adds elements toparentslist.ImmutableCommit.BuilderImmutableCommit.Builder. parents(Iterable<? extends ShaLink> elements)Sets or replaces all elements forparentslist.ImmutableCommitItem.BuilderImmutableCommitItem.Builder. parents(Iterable<? extends ShaLink> elements)Sets or replaces all elements forparentslist.ImmutableCommitImmutableCommit. withParents(Iterable<? extends ShaLink> elements)Copy the current immutable object with elements that replace the content ofparents.ImmutableCommitItemImmutableCommitItem. withParents(Iterable<? extends ShaLink> elements)Copy the current immutable object with elements that replace the content ofparents.
-