|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPEmailFwdAddRemove | |
---|---|
com.verisign.epp.codec.emailFwd |
Uses of EPPEmailFwdAddRemove in com.verisign.epp.codec.emailFwd |
---|
Methods in com.verisign.epp.codec.emailFwd that return EPPEmailFwdAddRemove | |
---|---|
EPPEmailFwdAddRemove |
EPPEmailFwdUpdateCmd.getAdd()
Gets the items to add to the emailFwd. |
EPPEmailFwdAddRemove |
EPPEmailFwdUpdateCmd.getChange()
Gets the items to change to the emailFwd. |
EPPEmailFwdAddRemove |
EPPEmailFwdUpdateCmd.getRemove()
Gets the items to remove from the emailFwd. |
Methods in com.verisign.epp.codec.emailFwd with parameters of type EPPEmailFwdAddRemove | |
---|---|
void |
EPPEmailFwdUpdateCmd.setAdd(EPPEmailFwdAddRemove aAdd)
Sets the items to add to the emailFwd. |
void |
EPPEmailFwdUpdateCmd.setChange(EPPEmailFwdAddRemove newChange)
Sets the items to change to the emailFwd. |
void |
EPPEmailFwdUpdateCmd.setRemove(EPPEmailFwdAddRemove aRemove)
Sets the items to remove from the emailFwd. |
Constructors in com.verisign.epp.codec.emailFwd with parameters of type EPPEmailFwdAddRemove | |
---|---|
EPPEmailFwdUpdateCmd(java.lang.String aTransId,
java.lang.String aName,
EPPEmailFwdAddRemove aAdd,
EPPEmailFwdAddRemove aRemove,
EPPEmailFwdAddRemove aChange)
EPPEmailFwdUpdateCmd constructor that takes the required
attributes as arguments. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |