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 class
ImmutableCommit
Immutable implementation ofCommit
.Methods in com.spotify.github.v3.git with parameters of type Commit Modifier and Type Method Description static ImmutableCommit
ImmutableCommit. copyOf(Commit instance)
Creates an immutable copy of aCommit
value.ImmutableCommit.Builder
ImmutableCommit.Builder. from(Commit instance)
Fill a builder with attribute values from the providedCommit
instance. -
Uses of Commit in com.spotify.github.v3.repos
Methods in com.spotify.github.v3.repos that return Commit Modifier and Type Method Description Commit
CommitItem. commit()
Commit detailsCommit
CommitWithFolderContent. commit()
Commit resourceCommit
ImmutableCommit. commit()
Commit detailsCommit
ImmutableCommitItem. commit()
Commit detailsCommit
ImmutableCommitWithFolderContent. commit()
Commit resourceMethods in com.spotify.github.v3.repos with parameters of type Commit Modifier and Type Method Description ImmutableCommit.Builder
ImmutableCommit.Builder. commit(Commit commit)
Initializes the value for thecommit
attribute.ImmutableCommitItem.Builder
ImmutableCommitItem.Builder. commit(Commit commit)
Initializes the value for thecommit
attribute.ImmutableCommitWithFolderContent.Builder
ImmutableCommitWithFolderContent.Builder. commit(Commit commit)
Initializes the value for thecommit
attribute.ImmutableCommit
ImmutableCommit. withCommit(Commit value)
Copy the current immutable object by setting a value for thecommit
attribute.ImmutableCommitItem
ImmutableCommitItem. withCommit(Commit value)
Copy the current immutable object by setting a value for thecommit
attribute.ImmutableCommitWithFolderContent
ImmutableCommitWithFolderContent. withCommit(Commit value)
Copy the current immutable object by setting a value for thecommit
attribute.
-