Uses of Interface
com.spotify.github.v3.apps.InstallationRepositoriesResponse
-
Packages that use InstallationRepositoriesResponse Package Description com.spotify.github.v3.apps com.spotify.github.v3.clients -
-
Uses of InstallationRepositoriesResponse in com.spotify.github.v3.apps
Classes in com.spotify.github.v3.apps that implement InstallationRepositoriesResponse Modifier and Type Class Description classImmutableInstallationRepositoriesResponseImmutable implementation ofInstallationRepositoriesResponse.Methods in com.spotify.github.v3.apps with parameters of type InstallationRepositoriesResponse Modifier and Type Method Description static ImmutableInstallationRepositoriesResponseImmutableInstallationRepositoriesResponse. copyOf(InstallationRepositoriesResponse instance)Creates an immutable copy of aInstallationRepositoriesResponsevalue.ImmutableInstallationRepositoriesResponse.BuilderImmutableInstallationRepositoriesResponse.Builder. from(InstallationRepositoriesResponse instance)Fill a builder with attribute values from the providedInstallationRepositoriesResponseinstance. -
Uses of InstallationRepositoriesResponse in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type InstallationRepositoriesResponse Modifier and Type Method Description CompletableFuture<InstallationRepositoriesResponse>GithubAppClient. listAccessibleRepositories(int installationId)Lists the repositories that an app installation can access.
-