Uses of Interface
com.spotify.github.v3.repos.RequiredStatusChecks
-
Packages that use RequiredStatusChecks Package Description com.spotify.github.v3.repos -
-
Uses of RequiredStatusChecks in com.spotify.github.v3.repos
Classes in com.spotify.github.v3.repos that implement RequiredStatusChecks Modifier and Type Class Description classImmutableRequiredStatusChecksImmutable implementation ofRequiredStatusChecks.Methods in com.spotify.github.v3.repos that return RequiredStatusChecks Modifier and Type Method Description RequiredStatusChecksImmutableProtection. requiredStatusChecks()RequiredStatusChecksProtection. requiredStatusChecks()Methods in com.spotify.github.v3.repos with parameters of type RequiredStatusChecks Modifier and Type Method Description static ImmutableRequiredStatusChecksImmutableRequiredStatusChecks. copyOf(RequiredStatusChecks instance)Creates an immutable copy of aRequiredStatusChecksvalue.ImmutableRequiredStatusChecks.BuilderImmutableRequiredStatusChecks.Builder. from(RequiredStatusChecks instance)Fill a builder with attribute values from the providedRequiredStatusChecksinstance.ImmutableProtection.BuilderImmutableProtection.Builder. requiredStatusChecks(RequiredStatusChecks requiredStatusChecks)Initializes the value for therequiredStatusChecksattribute.ImmutableProtectionImmutableProtection. withRequiredStatusChecks(RequiredStatusChecks value)Copy the current immutable object by setting a value for therequiredStatusChecksattribute.
-