|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPVerificationCodeProfile | |
---|---|
com.verisign.epp.codec.verificationcode |
Uses of EPPVerificationCodeProfile in com.verisign.epp.codec.verificationcode |
---|
Methods in com.verisign.epp.codec.verificationcode that return EPPVerificationCodeProfile | |
---|---|
EPPVerificationCodeProfile |
EPPVerificationCodeInfData.getProfile()
Gets the single profile. |
Methods in com.verisign.epp.codec.verificationcode that return types with arguments of type EPPVerificationCodeProfile | |
---|---|
java.util.List<EPPVerificationCodeProfile> |
EPPVerificationCodeInfData.getProfiles()
Returns the list of profiles. |
Methods in com.verisign.epp.codec.verificationcode with parameters of type EPPVerificationCodeProfile | |
---|---|
void |
EPPVerificationCodeInfData.addProfile(EPPVerificationCodeProfile aProfile)
Add a profile to the list of profiles. |
void |
EPPVerificationCodeInfData.setProfile(EPPVerificationCodeProfile aProfile)
Sets the single profile. |
Method parameters in com.verisign.epp.codec.verificationcode with type arguments of type EPPVerificationCodeProfile | |
---|---|
void |
EPPVerificationCodeInfData.setProfiles(java.util.List<EPPVerificationCodeProfile> aProfiles)
Sets the profiles. |
Constructors in com.verisign.epp.codec.verificationcode with parameters of type EPPVerificationCodeProfile | |
---|---|
EPPVerificationCodeInfData(EPPVerificationCodeInfData.Status aStatus,
EPPVerificationCodeProfile aProfile)
Create a EPPVerificationCodeInfData instance with the required status and the a single profile. |
Constructor parameters in com.verisign.epp.codec.verificationcode with type arguments of type EPPVerificationCodeProfile | |
---|---|
EPPVerificationCodeInfData(EPPVerificationCodeInfData.Status aStatus,
java.util.List<EPPVerificationCodeProfile> aProfiles)
Create a EPPVerificationCodeInfData instance with the required status and the optional profiles. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |