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