Package | Description |
---|---|
com.verisign.epp.codec.verificationcode |
Modifier and Type | Method and Description |
---|---|
EPPVerificationCodeProfile.Status |
EPPVerificationCodeProfile.getStatus()
Gets the verification status.
|
static EPPVerificationCodeProfile.Status |
EPPVerificationCodeProfile.Status.getStatus(java.lang.String aString)
Get the status enumerated value given the matching string.
|
static EPPVerificationCodeProfile.Status |
EPPVerificationCodeProfile.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPVerificationCodeProfile.Status[] |
EPPVerificationCodeProfile.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 |
EPPVerificationCodeProfile.setStatus(EPPVerificationCodeProfile.Status aStatus)
Sets the verification status.
|
Constructor and Description |
---|
EPPVerificationCodeProfile(java.lang.String aProfileName,
EPPVerificationCodeProfile.Status aStatus)
Create a EPPVerificationCodeInfData instance with the required attributes
status.
|
EPPVerificationCodeProfile(java.lang.String aProfileName,
EPPVerificationCodeProfile.Status aStatus,
java.util.List<EPPVerificationCode> aMissingCodes,
java.util.List<EPPVerificationCode> aSetCodes)
Create a EPPVerificationCodeInfData instance with the all required and
optional attributes.
|
Copyright © VeriSign Inc. All Rights Reserved.