| Modifier and Type | Method and Description |
|---|---|
VerificationMode |
CheckVerificationResult.getVerificationMode()
Returns the
VerificationMode that is set by the server for the current product. |
static VerificationMode |
VerificationMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VerificationMode[] |
VerificationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CheckVerificationResult(VerificationMode verificationMode,
boolean userVerified,
boolean quickEnabled,
boolean activationRequired,
java.util.Map<java.util.Locale,java.lang.String> administratorActivationContactDetails,
java.util.List<ClientInformation> quickEnabledClients,
int activationCodeLength,
boolean clientVerificationAllowed)
Constructor.
|