Uses of Class
com.oracle.bmc.osmanagementhub.model.ScheduledJobOperation
-
Packages that use ScheduledJobOperation Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of ScheduledJobOperation in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ScheduledJobOperation Modifier and Type Method Description ScheduledJobOperation
ScheduledJobOperation.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type ScheduledJobOperation Modifier and Type Method Description List<ScheduledJobOperation>
CreateScheduledJobDetails. getOperations()
The list of operations this scheduled job needs to perform.List<ScheduledJobOperation>
ScheduledJob. getOperations()
The list of operations this scheduled job needs to perform.List<ScheduledJobOperation>
ScheduledJobSummary. getOperations()
The list of operations this scheduled job needs to perform.List<ScheduledJobOperation>
UpdateScheduledJobDetails. getOperations()
The list of operations this scheduled job needs to perform.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type ScheduledJobOperation Modifier and Type Method Description ScheduledJobOperation.Builder
ScheduledJobOperation.Builder. copy(ScheduledJobOperation model)
Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ScheduledJobOperation Modifier and Type Method Description CreateScheduledJobDetails.Builder
CreateScheduledJobDetails.Builder. operations(List<ScheduledJobOperation> operations)
The list of operations this scheduled job needs to perform.ScheduledJob.Builder
ScheduledJob.Builder. operations(List<ScheduledJobOperation> operations)
The list of operations this scheduled job needs to perform.ScheduledJobSummary.Builder
ScheduledJobSummary.Builder. operations(List<ScheduledJobOperation> operations)
The list of operations this scheduled job needs to perform.UpdateScheduledJobDetails.Builder
UpdateScheduledJobDetails.Builder. operations(List<ScheduledJobOperation> operations)
The list of operations this scheduled job needs to perform.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ScheduledJobOperation Constructor Description UpdateScheduledJobDetails(String displayName, String description, ScheduleTypes scheduleType, Date timeNextExecution, String recurringRule, List<ScheduledJobOperation> operations, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<Integer> retryIntervals)
Deprecated.
-