Uses of Class
com.oracle.bmc.dataintegration.model.UpdateImportRequestDetails
-
Packages that use UpdateImportRequestDetails Package Description com.oracle.bmc.dataintegration.model com.oracle.bmc.dataintegration.requests -
-
Uses of UpdateImportRequestDetails in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return UpdateImportRequestDetails Modifier and Type Method Description UpdateImportRequestDetails
UpdateImportRequestDetails.Builder. build()
Methods in com.oracle.bmc.dataintegration.model with parameters of type UpdateImportRequestDetails Modifier and Type Method Description UpdateImportRequestDetails.Builder
UpdateImportRequestDetails.Builder. copy(UpdateImportRequestDetails model)
-
Uses of UpdateImportRequestDetails in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return UpdateImportRequestDetails Modifier and Type Method Description UpdateImportRequestDetails
UpdateImportRequestRequest. getBody$()
Alternative accessor for the body parameter.UpdateImportRequestDetails
UpdateImportRequestRequest. getUpdateImportRequestDetails()
The details needed to update the status of a import object request.Methods in com.oracle.bmc.dataintegration.requests with parameters of type UpdateImportRequestDetails Modifier and Type Method Description UpdateImportRequestRequest.Builder
UpdateImportRequestRequest.Builder. body$(UpdateImportRequestDetails body)
Alternative setter for the body parameter.UpdateImportRequestRequest.Builder
UpdateImportRequestRequest.Builder. updateImportRequestDetails(UpdateImportRequestDetails updateImportRequestDetails)
The details needed to update the status of a import object request.
-