Uses of Class
com.spotify.github.v3.repos.ImmutableProtection
-
Packages that use ImmutableProtection Package Description com.spotify.github.v3.repos -
-
Uses of ImmutableProtection in com.spotify.github.v3.repos
Methods in com.spotify.github.v3.repos that return ImmutableProtection Modifier and Type Method Description ImmutableProtectionImmutableProtection.Builder. build()Builds a newImmutableProtection.static ImmutableProtectionImmutableProtection. copyOf(Protection instance)Creates an immutable copy of aProtectionvalue.ImmutableProtectionImmutableProtection. withEnabled(boolean value)Copy the current immutable object by setting a value for theenabledattribute.ImmutableProtectionImmutableProtection. withRequiredStatusChecks(RequiredStatusChecks value)Copy the current immutable object by setting a value for therequiredStatusChecksattribute.
-