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