Uses of Interface
com.spotify.github.v3.git.Commit
-
Packages that use Commit Package Description com.spotify.github.v3.git com.spotify.github.v3.repos -
-
Uses of Commit in com.spotify.github.v3.git
Classes in com.spotify.github.v3.git that implement Commit Modifier and Type Class Description classImmutableCommitImmutable implementation ofCommit.Methods in com.spotify.github.v3.git with parameters of type Commit Modifier and Type Method Description static ImmutableCommitImmutableCommit. copyOf(Commit instance)Creates an immutable copy of aCommitvalue.ImmutableCommit.BuilderImmutableCommit.Builder. from(Commit instance)Fill a builder with attribute values from the providedCommitinstance. -
Uses of Commit in com.spotify.github.v3.repos
Methods in com.spotify.github.v3.repos that return Commit Modifier and Type Method Description CommitCommitItem. commit()Commit detailsCommitCommitWithFolderContent. commit()Commit resourceCommitImmutableCommit. commit()Commit detailsCommitImmutableCommitItem. commit()Commit detailsCommitImmutableCommitWithFolderContent. commit()Commit resourceMethods in com.spotify.github.v3.repos with parameters of type Commit Modifier and Type Method Description ImmutableCommit.BuilderImmutableCommit.Builder. commit(Commit commit)Initializes the value for thecommitattribute.ImmutableCommitItem.BuilderImmutableCommitItem.Builder. commit(Commit commit)Initializes the value for thecommitattribute.ImmutableCommitWithFolderContent.BuilderImmutableCommitWithFolderContent.Builder. commit(Commit commit)Initializes the value for thecommitattribute.ImmutableCommitImmutableCommit. withCommit(Commit value)Copy the current immutable object by setting a value for thecommitattribute.ImmutableCommitItemImmutableCommitItem. withCommit(Commit value)Copy the current immutable object by setting a value for thecommitattribute.ImmutableCommitWithFolderContentImmutableCommitWithFolderContent. withCommit(Commit value)Copy the current immutable object by setting a value for thecommitattribute.
-