Uses of Interface
com.spotify.github.v3.repos.CommitWithFolderContent
-
Packages that use CommitWithFolderContent Package Description com.spotify.github.v3.clients com.spotify.github.v3.repos -
-
Uses of CommitWithFolderContent in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type CommitWithFolderContent Modifier and Type Method Description CompletableFuture<CommitWithFolderContent>RepositoryClient. createFileContent(String path, FileCreate request)Create a fileCompletableFuture<CommitWithFolderContent>RepositoryClient. updateFileContent(String path, FileUpdate request)Update file contents -
Uses of CommitWithFolderContent in com.spotify.github.v3.repos
Classes in com.spotify.github.v3.repos that implement CommitWithFolderContent Modifier and Type Class Description classImmutableCommitWithFolderContentImmutable implementation ofCommitWithFolderContent.Methods in com.spotify.github.v3.repos with parameters of type CommitWithFolderContent Modifier and Type Method Description static ImmutableCommitWithFolderContentImmutableCommitWithFolderContent. copyOf(CommitWithFolderContent instance)Creates an immutable copy of aCommitWithFolderContentvalue.ImmutableCommitWithFolderContent.BuilderImmutableCommitWithFolderContent.Builder. from(CommitWithFolderContent instance)Fill a builder with attribute values from the providedCommitWithFolderContentinstance.
-