Package | Description |
---|---|
com.verisign.epp.codec.org |
Modifier and Type | Method and Description |
---|---|
static EPPOrgRoleStatus |
EPPOrgRoleStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPOrgRoleStatus[] |
EPPOrgRoleStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPOrgRoleStatus> |
EPPOrgRole.getStatuses()
Gets the role statuses of the role.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPOrgRole.addStatus(EPPOrgRoleStatus aStatus)
Add a role status to list of role statuses.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPOrgRole.setStatuses(java.util.List<EPPOrgRoleStatus> aStatuses)
Sets the role statuses of the role.
|
Constructor and Description |
---|
EPPOrgRole(java.lang.String aRole,
EPPOrgRoleStatus aStatus,
java.lang.String aRoleId)
Constructor for
EPPOrgRole that takes the role, a single
status, and a role identifier. |
Constructor and Description |
---|
EPPOrgRole(java.lang.String aRole,
java.util.List<EPPOrgRoleStatus> aStatuses)
Constructor for
EPPOrgRole that takes the role with a list of
statuses. |
EPPOrgRole(java.lang.String aRole,
java.util.List<EPPOrgRoleStatus> aStatuses,
java.lang.String aRoleId)
Constructor for
EPPOrgRole that takes the role, a list of
statuses, and a role identifier. |
Copyright © VeriSign Inc. All Rights Reserved.