Uses of Interface
com.spotify.github.v3.repos.requests.RepositoryUpdate
-
Packages that use RepositoryUpdate Package Description com.spotify.github.v3.clients com.spotify.github.v3.repos.requests -
-
Uses of RepositoryUpdate in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients with parameters of type RepositoryUpdate Modifier and Type Method Description CompletableFuture<Repository>
RepositoryClient. updateRepository(RepositoryUpdate repoUpdate)
Update Repository properties https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#update-a-repository -
Uses of RepositoryUpdate in com.spotify.github.v3.repos.requests
Classes in com.spotify.github.v3.repos.requests that implement RepositoryUpdate Modifier and Type Class Description class
ImmutableRepositoryUpdate
Immutable implementation ofRepositoryUpdate
.Methods in com.spotify.github.v3.repos.requests with parameters of type RepositoryUpdate Modifier and Type Method Description static ImmutableRepositoryUpdate
ImmutableRepositoryUpdate. copyOf(RepositoryUpdate instance)
Creates an immutable copy of aRepositoryUpdate
value.ImmutableRepositoryUpdate.Builder
ImmutableRepositoryUpdate.Builder. from(RepositoryUpdate instance)
Fill a builder with attribute values from the providedRepositoryUpdate
instance.
-