Package | Description |
---|---|
com.verisign.epp.codec.validate.v02 | |
com.verisign.epp.interfaces.validate.v02 |
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPValidateContact> |
EPPValidateCheckCmd.getContacts()
Gets contacts to validate.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPValidateCheckCmd.addContact(EPPValidateContact aContact)
Add a contact to the list of contacts to validate.
|
void |
EPPValidateCheckCmd.setContact(EPPValidateContact aContact)
Sets individual contact to validate.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPValidateCheckCmd.setLabels(java.util.List<EPPValidateContact> aContacts)
Sets contacts to validate.
|
Constructor and Description |
---|
EPPValidateCheckCmd(java.lang.String aTransId,
EPPValidateContact aContact)
EPPValidateCheckCmd constructor that will check an individual
contact. |
Constructor and Description |
---|
EPPValidateCheckCmd(java.lang.String aTransId,
java.util.List<EPPValidateContact> aContacts)
EPPValidateCheckCmd constructor that will check a list of
contacts. |
Modifier and Type | Method and Description |
---|---|
void |
EPPValidate.addContact(EPPValidateContact aContact)
Add a contact to the list of contacts.
|
Copyright © VeriSign Inc. All Rights Reserved.