Uses of Class
com.oracle.bmc.datacatalog.model.ExportDataAssetDetails
-
Packages that use ExportDataAssetDetails Package Description com.oracle.bmc.datacatalog.model com.oracle.bmc.datacatalog.requests -
-
Uses of ExportDataAssetDetails in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return ExportDataAssetDetails Modifier and Type Method Description ExportDataAssetDetails
ExportDataAssetDetails.Builder. build()
Methods in com.oracle.bmc.datacatalog.model with parameters of type ExportDataAssetDetails Modifier and Type Method Description ExportDataAssetDetails.Builder
ExportDataAssetDetails.Builder. copy(ExportDataAssetDetails model)
-
Uses of ExportDataAssetDetails in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return ExportDataAssetDetails Modifier and Type Method Description ExportDataAssetDetails
SynchronousExportDataAssetRequest. getBody$()
Alternative accessor for the body parameter.ExportDataAssetDetails
SynchronousExportDataAssetRequest. getSynchronousExportDataAssetDetails()
The details of what needs to be exported.Methods in com.oracle.bmc.datacatalog.requests with parameters of type ExportDataAssetDetails Modifier and Type Method Description SynchronousExportDataAssetRequest.Builder
SynchronousExportDataAssetRequest.Builder. body$(ExportDataAssetDetails body)
Alternative setter for the body parameter.SynchronousExportDataAssetRequest.Builder
SynchronousExportDataAssetRequest.Builder. synchronousExportDataAssetDetails(ExportDataAssetDetails synchronousExportDataAssetDetails)
The details of what needs to be exported.
-