Uses of Interface
com.spotify.github.v3.repos.Protection
-
Packages that use Protection Package Description com.spotify.github.v3.repos -
-
Uses of Protection in com.spotify.github.v3.repos
Classes in com.spotify.github.v3.repos that implement Protection Modifier and Type Class Description classImmutableProtectionImmutable implementation ofProtection.Methods in com.spotify.github.v3.repos that return types with arguments of type Protection Modifier and Type Method Description Optional<Protection>Branch. protection()Optional<Protection>ImmutableBranch. protection()Methods in com.spotify.github.v3.repos with parameters of type Protection Modifier and Type Method Description static ImmutableProtectionImmutableProtection. copyOf(Protection instance)Creates an immutable copy of aProtectionvalue.ImmutableProtection.BuilderImmutableProtection.Builder. from(Protection instance)Fill a builder with attribute values from the providedProtectioninstance.ImmutableBranch.BuilderImmutableBranch.Builder. protection(Protection protection)Initializes the optional valueprotectionto protection.ImmutableBranchImmutableBranch. withProtection(Protection value)Copy the current immutable object by setting a present value for the optionalprotectionattribute.Method parameters in com.spotify.github.v3.repos with type arguments of type Protection Modifier and Type Method Description ImmutableBranch.BuilderImmutableBranch.Builder. protection(Optional<? extends Protection> protection)Initializes the optional valueprotectionto protection.ImmutableBranchImmutableBranch. withProtection(Optional<? extends Protection> optional)Copy the current immutable object by setting an optional value for theprotectionattribute.
-