Package | Description |
---|---|
com.verisign.epp.codec.contact |
Modifier and Type | Method and Description |
---|---|
EPPContactAddChange |
EPPContactUpdateCmd.getAdd()
Gets the items to add to the contact.
|
EPPContactAddChange |
EPPContactUpdateCmd.getChange()
Gets the items to change to the contact.
|
EPPContactAddChange |
EPPContactUpdateCmd.getRemove()
Gets the items to remove to the contact.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPContactUpdateCmd.setAdd(EPPContactAddChange newAdd)
Sets the items to add to the contact.
|
void |
EPPContactUpdateCmd.setChange(EPPContactAddChange newChange)
Sets the items to change to the contact.
|
void |
EPPContactUpdateCmd.setRemove(EPPContactAddChange newRemove)
Sets the items to remove to the contact.
|
Constructor and Description |
---|
EPPContactUpdateCmd(java.lang.String aTransId,
java.lang.String aId,
EPPContactAddChange aAdd,
EPPContactAddChange aRemove,
EPPContactAddChange aChange)
EPPContactUpdateCmd constructor that takes the required
attributes as arguments. |
Copyright © VeriSign Inc. All Rights Reserved.