Uses of Class
com.oracle.bmc.dataintegration.model.CreateExportRequestDetails
-
Packages that use CreateExportRequestDetails Package Description com.oracle.bmc.dataintegration.model com.oracle.bmc.dataintegration.requests -
-
Uses of CreateExportRequestDetails in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return CreateExportRequestDetails Modifier and Type Method Description CreateExportRequestDetails
CreateExportRequestDetails.Builder. build()
Methods in com.oracle.bmc.dataintegration.model with parameters of type CreateExportRequestDetails Modifier and Type Method Description CreateExportRequestDetails.Builder
CreateExportRequestDetails.Builder. copy(CreateExportRequestDetails model)
-
Uses of CreateExportRequestDetails in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return CreateExportRequestDetails Modifier and Type Method Description CreateExportRequestDetails
CreateExportRequestRequest. getBody$()
Alternative accessor for the body parameter.CreateExportRequestDetails
CreateExportRequestRequest. getCreateExportRequestDetails()
The details needed to export metadata object.Methods in com.oracle.bmc.dataintegration.requests with parameters of type CreateExportRequestDetails Modifier and Type Method Description CreateExportRequestRequest.Builder
CreateExportRequestRequest.Builder. body$(CreateExportRequestDetails body)
Alternative setter for the body parameter.CreateExportRequestRequest.Builder
CreateExportRequestRequest.Builder. createExportRequestDetails(CreateExportRequestDetails createExportRequestDetails)
The details needed to export metadata object.
-