public enum VerifyStatus extends java.lang.Enum<VerifyStatus>
| Modifier and Type | Method and Description |
|---|---|
static VerifyStatus |
fromInt(int verifyStatus)
Look up the
VerifyStatus based on the int value. |
int |
getVerifyStatus() |
boolean |
isTemporaryError() |
static VerifyStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VerifyStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VerifyStatus OK
public static final VerifyStatus THROTTLED
public static final VerifyStatus MISSING_PARAMS
public static final VerifyStatus INVALID_PARAMS
public static final VerifyStatus INVALID_CREDENTIALS
public static final VerifyStatus INTERNAL_ERROR
public static final VerifyStatus INVALID_REQUEST
public static final VerifyStatus NUMBER_BARRED
public static final VerifyStatus PARTNER_ACCOUNT_BARRED
public static final VerifyStatus PARTNER_QUOTA_EXCEEDED
public static final VerifyStatus ALREADY_REQUESTED
public static final VerifyStatus UNSUPPORTED_NETWORK
public static final VerifyStatus INVALID_CODE
public static final VerifyStatus WRONG_CODE_THROTTLED
public static final VerifyStatus TOO_MANY_DESTINATIONS
public static final VerifyStatus NO_RESPONSE
public static final VerifyStatus COMMS_FAILURE
public static final VerifyStatus UNKNOWN
public static VerifyStatus[] values()
for (VerifyStatus c : VerifyStatus.values()) System.out.println(c);
public static VerifyStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static VerifyStatus fromInt(int verifyStatus)
VerifyStatus based on the int value.verifyStatus - the int value of the verify status.public int getVerifyStatus()
public boolean isTemporaryError()