Uses of Interface
com.spotify.github.v3.repos.requests.FileCreate
-
Packages that use FileCreate Package Description com.spotify.github.v3.clients com.spotify.github.v3.repos.requests -
-
Uses of FileCreate in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients with parameters of type FileCreate Modifier and Type Method Description CompletableFuture<CommitWithFolderContent>
RepositoryClient. createFileContent(String path, FileCreate request)
Create a file -
Uses of FileCreate in com.spotify.github.v3.repos.requests
Classes in com.spotify.github.v3.repos.requests that implement FileCreate Modifier and Type Class Description class
ImmutableFileCreate
Immutable implementation ofFileCreate
.Methods in com.spotify.github.v3.repos.requests with parameters of type FileCreate Modifier and Type Method Description static ImmutableFileCreate
ImmutableFileCreate. copyOf(FileCreate instance)
Creates an immutable copy of aFileCreate
value.ImmutableFileCreate.Builder
ImmutableFileCreate.Builder. from(FileCreate instance)
Fill a builder with attribute values from the providedFileCreate
instance.
-