Uses of Interface
com.spotify.github.v3.checks.InstallationList
-
Packages that use InstallationList Package Description com.spotify.github.v3.checks -
-
Uses of InstallationList in com.spotify.github.v3.checks
Classes in com.spotify.github.v3.checks that implement InstallationList Modifier and Type Class Description class
ImmutableInstallationList
Immutable implementation ofInstallationList
.Methods in com.spotify.github.v3.checks with parameters of type InstallationList Modifier and Type Method Description static ImmutableInstallationList
ImmutableInstallationList. copyOf(InstallationList instance)
Creates an immutable copy of aInstallationList
value.ImmutableInstallationList.Builder
ImmutableInstallationList.Builder. from(InstallationList instance)
Fill a builder with attribute values from the providedInstallationList
instance.
-