Uses of Class
com.oracle.bmc.sch.model.TaskDetailsResponse
-
Packages that use TaskDetailsResponse Package Description com.oracle.bmc.sch.model -
-
Uses of TaskDetailsResponse in com.oracle.bmc.sch.model
Subclasses of TaskDetailsResponse in com.oracle.bmc.sch.model Modifier and Type Class Description class
FunctionTaskDetailsResponse
The Functions task.class
LogRuleTaskDetailsResponse
The log filter task.Methods in com.oracle.bmc.sch.model that return types with arguments of type TaskDetailsResponse Modifier and Type Method Description List<TaskDetailsResponse>
ServiceConnector. getTasks()
The list of tasks.Method parameters in com.oracle.bmc.sch.model with type arguments of type TaskDetailsResponse Modifier and Type Method Description ServiceConnector.Builder
ServiceConnector.Builder. tasks(List<TaskDetailsResponse> tasks)
The list of tasks.Constructor parameters in com.oracle.bmc.sch.model with type arguments of type TaskDetailsResponse Constructor Description ServiceConnector(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, String lifecycleDetails, String lifecyleDetails, SourceDetailsResponse source, List<TaskDetailsResponse> tasks, TargetDetailsResponse target, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-