Uses of Class
com.verisign.epp.codec.resellerext.EPPResellerExtUpdate.Action

Packages that use EPPResellerExtUpdate.Action
com.verisign.epp.codec.resellerext   
com.verisign.epp.namestore.interfaces   
 

Uses of EPPResellerExtUpdate.Action in com.verisign.epp.codec.resellerext
 

Methods in com.verisign.epp.codec.resellerext that return EPPResellerExtUpdate.Action
 EPPResellerExtUpdate.Action EPPResellerExtUpdate.getAction()
          Gets the update action to take.
static EPPResellerExtUpdate.Action EPPResellerExtUpdate.Action.getAction(java.lang.String aLocalElm)
          Get the action given the local element name.
static EPPResellerExtUpdate.Action EPPResellerExtUpdate.Action.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EPPResellerExtUpdate.Action[] EPPResellerExtUpdate.Action.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.verisign.epp.codec.resellerext with parameters of type EPPResellerExtUpdate.Action
 void EPPResellerExtUpdate.setAction(EPPResellerExtUpdate.Action aAction)
          Sets the update action to take.
 

Constructors in com.verisign.epp.codec.resellerext with parameters of type EPPResellerExtUpdate.Action
EPPResellerExtUpdate(EPPResellerExtUpdate.Action aAction, java.lang.String aResellerId)
          Constructor for EPPResellerExtUpdate that takes the action and the reseller identifier.
 

Uses of EPPResellerExtUpdate.Action in com.verisign.epp.namestore.interfaces
 

Methods in com.verisign.epp.namestore.interfaces with parameters of type EPPResellerExtUpdate.Action
 void NSHost.updateResellerId(EPPResellerExtUpdate.Action aAction, java.lang.String aResellerId)
          Updates the reseller identifier used with sendUpdate().
 void NSDomain.updateResellerId(EPPResellerExtUpdate.Action aAction, java.lang.String aResellerId)
          Updates the reseller identifier used with sendUpdate().
 void NSContact.updateResellerId(EPPResellerExtUpdate.Action aAction, java.lang.String aResellerId)
          Updates the reseller identifier used with sendUpdate().
 



Copyright © VeriSign Inc. All Rights Reserved.