Uses of Class
com.oracle.bmc.fleetappsmanagement.model.SchedulerExecutionSummary.LifecycleState
-
Packages that use SchedulerExecutionSummary.LifecycleState Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of SchedulerExecutionSummary.LifecycleState in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return SchedulerExecutionSummary.LifecycleState Modifier and Type Method Description static SchedulerExecutionSummary.LifecycleState
SchedulerExecutionSummary.LifecycleState. create(String key)
SchedulerExecutionSummary.LifecycleState
SchedulerExecutionSummary. getLifecycleState()
The current state of the Scheduler Execution.static SchedulerExecutionSummary.LifecycleState
SchedulerExecutionSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static SchedulerExecutionSummary.LifecycleState[]
SchedulerExecutionSummary.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type SchedulerExecutionSummary.LifecycleState Modifier and Type Method Description SchedulerExecutionSummary.Builder
SchedulerExecutionSummary.Builder. lifecycleState(SchedulerExecutionSummary.LifecycleState lifecycleState)
The current state of the Scheduler Execution.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type SchedulerExecutionSummary.LifecycleState Constructor Description SchedulerExecutionSummary(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, Date timeScheduled, String activityId, String resourceId, String schedulerJobId, String resourceDisplayName, String runbookId, String runbookVersionName, String runbookDisplayName, String latestRunbookVersionName, AssociatedSchedulerDefinition schedulerDefinition, Date timeStarted, Date timeEnded, SchedulerExecutionSummary.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-