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 classImmutableFileCreateImmutable implementation ofFileCreate.Methods in com.spotify.github.v3.repos.requests with parameters of type FileCreate Modifier and Type Method Description static ImmutableFileCreateImmutableFileCreate. copyOf(FileCreate instance)Creates an immutable copy of aFileCreatevalue.ImmutableFileCreate.BuilderImmutableFileCreate.Builder. from(FileCreate instance)Fill a builder with attribute values from the providedFileCreateinstance.
-