Package | Description |
---|---|
com.verisign.epp.codec.registry.v02 |
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPRegistryBatchSchedule> |
EPPRegistryBatchJob.getSchedules()
Gets the
List of EPPRegistryBatchSchedule instances
containing the batch job schedules. |
Modifier and Type | Method and Description |
---|---|
void |
EPPRegistryBatchJob.addSchedule(EPPRegistryBatchSchedule aSchedule)
Adds a schedule to the list of batch job schedules.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPRegistryBatchJob.setSchedules(java.util.List<EPPRegistryBatchSchedule> aSchedules)
Sets the
List of EPPRegistryBatchSchedule instances
containing the batch job schedules. |
Constructor and Description |
---|
EPPRegistryBatchJob(java.lang.String aName,
EPPRegistryBatchSchedule aSchedule)
EPPRegistryBatchJob constructor that the required name and an
individual schedule. |
EPPRegistryBatchJob(java.lang.String aName,
EPPRegistryBatchSchedule aSchedule,
java.lang.String aDescription)
EPPRegistryBatchJob constructor that the required name, an
individual schedule, along with an optional description. |
Constructor and Description |
---|
EPPRegistryBatchJob(java.lang.String aName,
java.util.List<EPPRegistryBatchSchedule> aSchedules,
java.lang.String aDescription)
EPPRegistryBatchJob constructor that the required name, a list of
schedules, along with an optional description. |
Copyright © VeriSign Inc. All Rights Reserved.