Package | Description |
---|---|
com.verisign.epp.codec.org | |
com.verisign.epp.interfaces |
Interfaces test client to run client tests against the
Stub Server for the Change Poll Extension.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPOrgRole> |
EPPOrgUpdateCmd.getAddRoles()
Gets the add roles.
|
java.util.List<EPPOrgRole> |
EPPOrgUpdateCmd.getRemRoles()
Gets the remove roles.
|
java.util.List<EPPOrgRole> |
EPPOrgInfoResp.getRoles()
Gets the roles of the org.
|
java.util.List<EPPOrgRole> |
EPPOrgCreateCmd.getRoles()
Gets the roles of the org.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPOrgUpdateCmd.addAddRole(EPPOrgRole aRole)
Adds an add role to the list of add roles.
|
void |
EPPOrgUpdateCmd.addRemRole(EPPOrgRole aRole)
Adds a remove role to the list of remove roles.
|
void |
EPPOrgInfoResp.addRole(EPPOrgRole aRole)
Add a role to list of org roles.
|
void |
EPPOrgCreateCmd.addRole(EPPOrgRole aRole)
Add a role to list of org roles.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPOrgUpdateCmd.setAddRoles(java.util.List<EPPOrgRole> aRoles)
Sets the add roles.
|
void |
EPPOrgUpdateCmd.setRemRoles(java.util.List<EPPOrgRole> aRoles)
Sets the remove roles.
|
void |
EPPOrgInfoResp.setRoles(java.util.List<EPPOrgRole> aRoles)
Sets the roles of the org.
|
void |
EPPOrgCreateCmd.setRoles(java.util.List<EPPOrgRole> aRoles)
Sets the roles of the org.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPOrgRole> |
EPPOrg.getAddRoles()
Gets the add roles.
|
java.util.List<EPPOrgRole> |
EPPOrg.getRemRoles()
Gets the remove roles.
|
java.util.List<EPPOrgRole> |
EPPOrg.getRoles()
Gets the list of roles
|
Modifier and Type | Method and Description |
---|---|
void |
EPPOrg.addAddRole(EPPOrgRole aRole)
Adds an add role to the list of add roles.
|
void |
EPPOrg.addRemRole(EPPOrgRole aRole)
Adds a remove role to the list of remove roles.
|
void |
EPPOrg.addRole(EPPOrgRole aRole)
Adds a role to the list of roles.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPOrg.setAddRoles(java.util.List<EPPOrgRole> aRoles)
Sets the add roles.
|
void |
EPPOrg.setRemRoles(java.util.List<EPPOrgRole> aRoles)
Sets the remove roles.
|
void |
EPPOrg.setRoles(java.util.List<EPPOrgRole> aRoles)
Sets the list of roles
|
Copyright © VeriSign Inc. All Rights Reserved.