Uses of Class
com.oracle.bmc.loganalytics.model.TaskType
-
Packages that use TaskType Package Description com.oracle.bmc.loganalytics.model com.oracle.bmc.loganalytics.requests -
-
Uses of TaskType in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return TaskType Modifier and Type Method Description static TaskTypeTaskType. create(String key)TaskTypeCreateStandardTaskDetails. getTaskType()Task type.TaskTypeScheduledTask. getTaskType()Task type.TaskTypeScheduledTaskSummary. getTaskType()Task type.static TaskTypeTaskType. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskType[]TaskType. 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 TaskType Modifier and Type Method Description CreateStandardTaskDetails.BuilderCreateStandardTaskDetails.Builder. taskType(TaskType taskType)Task type.ScheduledTaskSummary.BuilderScheduledTaskSummary.Builder. taskType(TaskType taskType)Task type.StandardTask.BuilderStandardTask.Builder. taskType(TaskType taskType)Constructors in com.oracle.bmc.loganalytics.model with parameters of type TaskType Constructor Description CreateStandardTaskDetails(String compartmentId, String displayName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, TaskType taskType, List<Schedule> schedules, Action action)Deprecated.ScheduledTask(String id, String displayName, TaskType taskType, List<Schedule> schedules, Action action, ScheduledTask.TaskStatus taskStatus, ScheduledTask.PauseReason pauseReason, String workRequestId, Long numOccurrences, String compartmentId, Date timeCreated, Date timeUpdated, Date timeOfNextExecution, ScheduledTask.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.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, ScheduledTaskSummary.ScheduleType scheduleType)Deprecated.StandardTask(String id, String displayName, TaskType taskType, List<Schedule> schedules, Action action, ScheduledTask.TaskStatus taskStatus, ScheduledTask.PauseReason pauseReason, String workRequestId, Long numOccurrences, String compartmentId, Date timeCreated, Date timeUpdated, Date timeOfNextExecution, ScheduledTask.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, StandardTask.LastExecutionStatus lastExecutionStatus, Date timeLastExecuted)Deprecated. -
Uses of TaskType in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return TaskType Modifier and Type Method Description TaskTypeListScheduledTasksRequest. getTaskType()Required parameter to specify schedule task type.Methods in com.oracle.bmc.loganalytics.requests with parameters of type TaskType Modifier and Type Method Description ListScheduledTasksRequest.BuilderListScheduledTasksRequest.Builder. taskType(TaskType taskType)Required parameter to specify schedule task type.
-