Uses of Interface
com.spotify.github.v3.checks.Installation
-
Packages that use Installation Package Description com.spotify.github.v3.checks com.spotify.github.v3.clients -
-
Uses of Installation in com.spotify.github.v3.checks
Classes in com.spotify.github.v3.checks that implement Installation Modifier and Type Class Description classImmutableInstallationImmutable implementation ofInstallation.Methods in com.spotify.github.v3.checks that return types with arguments of type Installation Modifier and Type Method Description List<Installation>ImmutableInstallationList. installations()Installations list.List<Installation>InstallationList. installations()Installations list.Methods in com.spotify.github.v3.checks with parameters of type Installation Modifier and Type Method Description ImmutableInstallationList.BuilderImmutableInstallationList.Builder. addInstallations(Installation element)Adds one element toinstallationslist.ImmutableInstallationList.BuilderImmutableInstallationList.Builder. addInstallations(Installation... elements)Adds elements toinstallationslist.static ImmutableInstallationImmutableInstallation. copyOf(Installation instance)Creates an immutable copy of aInstallationvalue.ImmutableInstallation.BuilderImmutableInstallation.Builder. from(Installation instance)Fill a builder with attribute values from the providedInstallationinstance.ImmutableInstallationListImmutableInstallationList. withInstallations(Installation... elements)Copy the current immutable object with elements that replace the content ofinstallations.Method parameters in com.spotify.github.v3.checks with type arguments of type Installation Modifier and Type Method Description ImmutableInstallationList.BuilderImmutableInstallationList.Builder. addAllInstallations(Iterable<? extends Installation> elements)Adds elements toinstallationslist.ImmutableInstallationList.BuilderImmutableInstallationList.Builder. installations(Iterable<? extends Installation> elements)Sets or replaces all elements forinstallationslist.ImmutableInstallationListImmutableInstallationList. withInstallations(Iterable<? extends Installation> elements)Copy the current immutable object with elements that replace the content ofinstallations. -
Uses of Installation in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type Installation Modifier and Type Method Description CompletableFuture<Installation>GithubAppClient. getInstallation()Get Installation of repo or orgCompletableFuture<Installation>GithubAppClient. getInstallation(Integer installationId)Get Installation identified by its installation idCompletableFuture<List<Installation>>GithubAppClient. getInstallations()List Installations of an app.CompletableFuture<Installation>GithubAppClient. getUserInstallation()Get an installation of a user
-