Uses of Interface
com.spotify.github.v3.git.Verification
-
Packages that use Verification Package Description com.spotify.github.v3.git -
-
Uses of Verification in com.spotify.github.v3.git
Classes in com.spotify.github.v3.git that implement Verification Modifier and Type Class Description class
ImmutableVerification
Immutable implementation ofVerification
.Methods in com.spotify.github.v3.git with parameters of type Verification Modifier and Type Method Description static ImmutableVerification
ImmutableVerification. copyOf(Verification instance)
Creates an immutable copy of aVerification
value.ImmutableVerification.Builder
ImmutableVerification.Builder. from(Verification instance)
Fill a builder with attribute values from the providedVerification
instance.
-