| Package | Description |
|---|---|
| com.verisign.epp.codec.verificationcode |
| Modifier and Type | Method and Description |
|---|---|
EPPVerificationCodeProfile |
EPPVerificationCodeInfData.getProfile()
Gets the single profile.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EPPVerificationCodeProfile> |
EPPVerificationCodeInfData.getProfiles()
Returns the list of profiles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EPPVerificationCodeInfData.addProfile(EPPVerificationCodeProfile aProfile)
Add a profile to the list of profiles.
|
void |
EPPVerificationCodeInfData.setProfile(EPPVerificationCodeProfile aProfile)
Sets the single profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EPPVerificationCodeInfData.setProfiles(java.util.List<EPPVerificationCodeProfile> aProfiles)
Sets the profiles.
|
| Constructor and Description |
|---|
EPPVerificationCodeInfData(EPPVerificationCodeInfData.Status aStatus,
EPPVerificationCodeProfile aProfile)
Create a EPPVerificationCodeInfData instance with the required status and
the a single profile.
|
| Constructor and Description |
|---|
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.