| Package | Description |
|---|---|
| com.verisign.epp.codec.registry.v02 |
| Modifier and Type | Method and Description |
|---|---|
EPPRegistryBatchSchedule.Frequency |
EPPRegistryBatchSchedule.getFrequency()
Gets the schedule execution frequency.
|
static EPPRegistryBatchSchedule.Frequency |
EPPRegistryBatchSchedule.Frequency.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPRegistryBatchSchedule.Frequency[] |
EPPRegistryBatchSchedule.Frequency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EPPRegistryBatchSchedule.setFrequency(EPPRegistryBatchSchedule.Frequency aFrequency)
Sets the schedule execution frequency.
|
| Constructor and Description |
|---|
EPPRegistryBatchSchedule(EPPRegistryBatchSchedule.Frequency aFrequency,
java.lang.String aTime)
Construct an instance of
EPPRegistryBatchSchedule with the
required frequency and time. |
Copyright © VeriSign Inc. All Rights Reserved.