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 classImmutableInstallationListImmutable implementation ofInstallationList.Methods in com.spotify.github.v3.checks with parameters of type InstallationList Modifier and Type Method Description static ImmutableInstallationListImmutableInstallationList. copyOf(InstallationList instance)Creates an immutable copy of aInstallationListvalue.ImmutableInstallationList.BuilderImmutableInstallationList.Builder. from(InstallationList instance)Fill a builder with attribute values from the providedInstallationListinstance.
-