Uses of Class
com.oracle.bmc.dataintegration.model.UpdateTaskDetails
-
Packages that use UpdateTaskDetails Package Description com.oracle.bmc.dataintegration.model com.oracle.bmc.dataintegration.requests -
-
Uses of UpdateTaskDetails in com.oracle.bmc.dataintegration.model
Subclasses of UpdateTaskDetails in com.oracle.bmc.dataintegration.model Modifier and Type Class Description class
UpdateTaskFromDataLoaderTask
The information about the data loader task.class
UpdateTaskFromIntegrationTask
The information about the integration task.class
UpdateTaskFromOCIDataflowTask
The information about the OCI Dataflow task.class
UpdateTaskFromPipelineTask
The information about the pipeline task.class
UpdateTaskFromRestTask
The information about the Generic REST task.class
UpdateTaskFromSQLTask
The information about the SQL task. -
Uses of UpdateTaskDetails in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return UpdateTaskDetails Modifier and Type Method Description UpdateTaskDetails
UpdateTaskRequest. getBody$()
Alternative accessor for the body parameter.UpdateTaskDetails
UpdateTaskRequest. getUpdateTaskDetails()
The details needed to update a task.Methods in com.oracle.bmc.dataintegration.requests with parameters of type UpdateTaskDetails Modifier and Type Method Description UpdateTaskRequest.Builder
UpdateTaskRequest.Builder. body$(UpdateTaskDetails body)
Alternative setter for the body parameter.UpdateTaskRequest.Builder
UpdateTaskRequest.Builder. updateTaskDetails(UpdateTaskDetails updateTaskDetails)
The details needed to update a task.
-