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 classImmutableRepositoryUpdateImmutable implementation ofRepositoryUpdate.Methods in com.spotify.github.v3.repos.requests with parameters of type RepositoryUpdate Modifier and Type Method Description static ImmutableRepositoryUpdateImmutableRepositoryUpdate. copyOf(RepositoryUpdate instance)Creates an immutable copy of aRepositoryUpdatevalue.ImmutableRepositoryUpdate.BuilderImmutableRepositoryUpdate.Builder. from(RepositoryUpdate instance)Fill a builder with attribute values from the providedRepositoryUpdateinstance.
-