Package | Description |
---|---|
com.verisign.epp.codec.orgext | |
com.verisign.epp.namestore.interfaces |
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPOrgExtId> |
EPPOrgExtInfData.getOrgIds()
Returns the list of organization ids.
|
java.util.List<EPPOrgExtId> |
EPPOrgExtCreate.getOrgIds()
Returns the list of organization ids.
|
java.util.List<EPPOrgExtId> |
EPPOrgExtAddRemChg.getOrgIds()
Returns the list of organization ids.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPOrgExtUpdate.addAddOrg(EPPOrgExtId aOrgId)
Adds an organization to the list of organizations to add.
|
void |
EPPOrgExtUpdate.addChgOrg(EPPOrgExtId aOrgId)
Adds an organization to the list of organizations to change.
|
void |
EPPOrgExtInfData.addOrgId(EPPOrgExtId aOrgId)
Add a organization id to the list of organization ids.
|
void |
EPPOrgExtCreate.addOrgId(EPPOrgExtId aOrgId)
Add a organization id to the list of organization ids.
|
void |
EPPOrgExtAddRemChg.addOrgId(EPPOrgExtId aOrgId)
Add a organization id to the list of organization ids.
|
void |
EPPOrgExtUpdate.addRemOrg(EPPOrgExtId aOrgId)
Adds an organization to the list of organizations to remove.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPOrgExtInfData.setOrgIds(java.util.List<EPPOrgExtId> aOrgIds)
Sets the organization ids.
|
void |
EPPOrgExtCreate.setOrgIds(java.util.List<EPPOrgExtId> aOrgIds)
Sets the organization ids.
|
void |
EPPOrgExtAddRemChg.setOrgIds(java.util.List<EPPOrgExtId> aOrgIds)
Sets the organization ids.
|
Constructor and Description |
---|
EPPOrgExtAddRemChg(EPPOrgExtAddRemChg.Action aAction,
EPPOrgExtId aOrgId)
Constructor for
EPPOrgExtAddRemChg that takes the action and a
single organization id. |
EPPOrgExtCreate(EPPOrgExtId aOrgId)
Constructor for
EPPOrgExtCreate that takes a single
organization id. |
EPPOrgExtInfData(EPPOrgExtId aOrgId)
Constructor for
EPPOrgExtInfData that takes a single
organization id. |
Constructor and Description |
---|
EPPOrgExtAddRemChg(EPPOrgExtAddRemChg.Action aAction,
java.util.List<EPPOrgExtId> aOrgIds)
Constructor for
EPPOrgExtAddRemChg that takes the action and a
list of organization ids. |
EPPOrgExtCreate(java.util.List<EPPOrgExtId> aOrgIds)
Constructor for
EPPOrgExtCreate that takes a list of
organization ids. |
EPPOrgExtInfData(java.util.List<EPPOrgExtId> aOrgIds)
Constructor for
EPPOrgExtInfData that takes a list of
organization ids. |
Modifier and Type | Method and Description |
---|---|
void |
NSHost.addOrgId(EPPOrgExtId aOrgId)
Adds an org identifier for use with
NSHost.sendCreate() . |
void |
NSDomain.addOrgId(EPPOrgExtId aOrgId)
Adds an org identifier for use with
NSDomain.sendCreate() . |
void |
NSContact.addOrgId(EPPOrgExtId aOrgId)
Adds an org identifier for use with
NSContact.sendCreate() . |
void |
NSHost.addUpdateOrgId(int aAction,
EPPOrgExtId aOrgId)
Updates the org identifier used with
NSHost.sendUpdate() . |
void |
NSDomain.addUpdateOrgId(int aAction,
EPPOrgExtId aOrgId)
Updates the org identifier used with
NSDomain.sendUpdate() . |
void |
NSContact.addUpdateOrgId(int aAction,
EPPOrgExtId aOrgId)
Updates the org identifier used with
NSContact.sendUpdate() . |
Copyright © VeriSign Inc. All Rights Reserved.