| Package | Description |
|---|---|
| com.verisign.epp.codec.registry.v01 |
| Modifier and Type | Method and Description |
|---|---|
EPPRegistryExternalHost.SharePolicy |
EPPRegistryExternalHost.getSharePolicy()
Gets the share policy.
|
static EPPRegistryExternalHost.SharePolicy |
EPPRegistryExternalHost.SharePolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPRegistryExternalHost.SharePolicy[] |
EPPRegistryExternalHost.SharePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EPPRegistryExternalHost.setSharePolicy(EPPRegistryExternalHost.SharePolicy aSharePolicy)
Sets the share policy.
|
| Constructor and Description |
|---|
EPPRegistryExternalHost(java.lang.Integer aMin,
java.lang.Integer aMax,
EPPRegistryExternalHost.SharePolicy aSharePolicy,
java.lang.Boolean aUniqueIpAddressesRequired)
Constructor that takes
min, max, sharePolicy, and
uniqueIpAddressesRequired using Integer's. |
EPPRegistryExternalHost(int aMin,
int aMax,
EPPRegistryExternalHost.SharePolicy aSharePolicy,
java.lang.Boolean aUniqueIpAddressesRequired)
Constructor that takes
min, max, sharePolicy, and
uniqueIpAddressesRequired using int's. |
Copyright © VeriSign Inc. All Rights Reserved.