Uses of Class
com.spotify.github.v3.repos.ImmutableProtection.Builder
-
Packages that use ImmutableProtection.Builder Package Description com.spotify.github.v3.repos -
-
Uses of ImmutableProtection.Builder in com.spotify.github.v3.repos
Methods in com.spotify.github.v3.repos that return ImmutableProtection.Builder Modifier and Type Method Description static ImmutableProtection.BuilderImmutableProtection. builder()Creates a builder forImmutableProtection.ImmutableProtection.BuilderImmutableProtection.Builder. enabled(boolean enabled)Initializes the value for theenabledattribute.ImmutableProtection.BuilderImmutableProtection.Builder. from(Protection instance)Fill a builder with attribute values from the providedProtectioninstance.ImmutableProtection.BuilderImmutableProtection.Builder. requiredStatusChecks(RequiredStatusChecks requiredStatusChecks)Initializes the value for therequiredStatusChecksattribute.
-