Package | Description |
---|---|
com.verisign.epp.codec.verificationcode |
Modifier and Type | Method and Description |
---|---|
EPPVerificationCodeInfData.Status |
EPPVerificationCodeInfData.getStatus()
Gets the verification status.
|
static EPPVerificationCodeInfData.Status |
EPPVerificationCodeInfData.Status.getStatus(java.lang.String aString)
Get the status enumerated value given the matching string.
|
static EPPVerificationCodeInfData.Status |
EPPVerificationCodeInfData.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPVerificationCodeInfData.Status[] |
EPPVerificationCodeInfData.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPVerificationCodeInfData.setStatus(EPPVerificationCodeInfData.Status aStatus)
Sets the verification status.
|
Constructor and Description |
---|
EPPVerificationCodeInfData(EPPVerificationCodeInfData.Status aStatus)
Create a EPPVerificationCodeInfData instance with the required status.
|
EPPVerificationCodeInfData(EPPVerificationCodeInfData.Status aStatus,
EPPVerificationCodeProfile aProfile)
Create a EPPVerificationCodeInfData instance with the required status and
the a single profile.
|
EPPVerificationCodeInfData(EPPVerificationCodeInfData.Status aStatus,
java.util.List<EPPVerificationCodeProfile> aProfiles)
Create a EPPVerificationCodeInfData instance with the required status and
the optional profiles.
|
Copyright © VeriSign Inc. All Rights Reserved.