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 class
ImmutableRequiredStatusChecks
Immutable implementation ofRequiredStatusChecks
.Methods in com.spotify.github.v3.repos that return RequiredStatusChecks Modifier and Type Method Description RequiredStatusChecks
ImmutableProtection. requiredStatusChecks()
RequiredStatusChecks
Protection. requiredStatusChecks()
Methods in com.spotify.github.v3.repos with parameters of type RequiredStatusChecks Modifier and Type Method Description static ImmutableRequiredStatusChecks
ImmutableRequiredStatusChecks. copyOf(RequiredStatusChecks instance)
Creates an immutable copy of aRequiredStatusChecks
value.ImmutableRequiredStatusChecks.Builder
ImmutableRequiredStatusChecks.Builder. from(RequiredStatusChecks instance)
Fill a builder with attribute values from the providedRequiredStatusChecks
instance.ImmutableProtection.Builder
ImmutableProtection.Builder. requiredStatusChecks(RequiredStatusChecks requiredStatusChecks)
Initializes the value for therequiredStatusChecks
attribute.ImmutableProtection
ImmutableProtection. withRequiredStatusChecks(RequiredStatusChecks value)
Copy the current immutable object by setting a value for therequiredStatusChecks
attribute.
-