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 ImmutableProtection
ImmutableProtection.Builder. build()
Builds a newImmutableProtection
.static ImmutableProtection
ImmutableProtection. copyOf(Protection instance)
Creates an immutable copy of aProtection
value.ImmutableProtection
ImmutableProtection. withEnabled(boolean value)
Copy the current immutable object by setting a value for theenabled
attribute.ImmutableProtection
ImmutableProtection. withRequiredStatusChecks(RequiredStatusChecks value)
Copy the current immutable object by setting a value for therequiredStatusChecks
attribute.
-