Uses of Class
com.oracle.bmc.loganalytics.model.ScheduledTaskSummary.TaskStatus
-
Packages that use ScheduledTaskSummary.TaskStatus Package Description com.oracle.bmc.loganalytics.model -
-
Uses of ScheduledTaskSummary.TaskStatus in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return ScheduledTaskSummary.TaskStatus Modifier and Type Method Description static ScheduledTaskSummary.TaskStatus
ScheduledTaskSummary.TaskStatus. create(String key)
ScheduledTaskSummary.TaskStatus
ScheduledTaskSummary. getTaskStatus()
Status of the scheduled task.static ScheduledTaskSummary.TaskStatus
ScheduledTaskSummary.TaskStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScheduledTaskSummary.TaskStatus[]
ScheduledTaskSummary.TaskStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loganalytics.model with parameters of type ScheduledTaskSummary.TaskStatus Modifier and Type Method Description ScheduledTaskSummary.Builder
ScheduledTaskSummary.Builder. taskStatus(ScheduledTaskSummary.TaskStatus taskStatus)
Status of the scheduled task.Constructors in com.oracle.bmc.loganalytics.model with parameters of type ScheduledTaskSummary.TaskStatus Constructor Description ScheduledTaskSummary(String id, TaskType taskType, String targetService, String compartmentId, Date timeCreated, Date timeUpdated, ScheduledTask.LifecycleState lifecycleState, ScheduledTaskSummary.TaskStatus taskStatus, ScheduledTask.PauseReason pauseReason, String workRequestId, String displayName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, ScheduledTaskSummary.LastExecutionStatus lastExecutionStatus, Date timeLastExecuted)
Deprecated.
-