Uses of Class
com.oracle.bmc.resourcescheduler.model.ScheduleSummary.Action
-
Packages that use ScheduleSummary.Action Package Description com.oracle.bmc.resourcescheduler.model -
-
Uses of ScheduleSummary.Action in com.oracle.bmc.resourcescheduler.model
Methods in com.oracle.bmc.resourcescheduler.model that return ScheduleSummary.Action Modifier and Type Method Description static ScheduleSummary.Action
ScheduleSummary.Action. create(String key)
ScheduleSummary.Action
ScheduleSummary. getAction()
This is the action that will be executed by the schedule.static ScheduleSummary.Action
ScheduleSummary.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScheduleSummary.Action[]
ScheduleSummary.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.resourcescheduler.model with parameters of type ScheduleSummary.Action Modifier and Type Method Description ScheduleSummary.Builder
ScheduleSummary.Builder. action(ScheduleSummary.Action action)
This is the action that will be executed by the schedule.Constructors in com.oracle.bmc.resourcescheduler.model with parameters of type ScheduleSummary.Action Constructor Description ScheduleSummary(String id, String compartmentId, String displayName, ScheduleSummary.Action action, String description, String recurrenceDetails, ScheduleSummary.RecurrenceType recurrenceType, List<ResourceFilter> resourceFilters, List<Resource> resources, Date timeStarts, Date timeEnds, Date timeCreated, Date timeUpdated, Date timeLastRun, Date timeNextRun, OperationStatus lastRunStatus, Schedule.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-