Uses of Class
com.oracle.bmc.dataintegration.model.ExportObjectMetadataSummary
-
Packages that use ExportObjectMetadataSummary Package Description com.oracle.bmc.dataintegration.model -
-
Uses of ExportObjectMetadataSummary in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return ExportObjectMetadataSummary Modifier and Type Method Description ExportObjectMetadataSummary
ExportObjectMetadataSummary.Builder. build()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type ExportObjectMetadataSummary Modifier and Type Method Description List<ExportObjectMetadataSummary>
ExportRequest. getExportedItems()
The array of exported object details.List<ExportObjectMetadataSummary>
ExportRequestSummary. getExportedItems()
The array of exported object details.Methods in com.oracle.bmc.dataintegration.model with parameters of type ExportObjectMetadataSummary Modifier and Type Method Description ExportObjectMetadataSummary.Builder
ExportObjectMetadataSummary.Builder. copy(ExportObjectMetadataSummary model)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type ExportObjectMetadataSummary Modifier and Type Method Description ExportRequest.Builder
ExportRequest.Builder. exportedItems(List<ExportObjectMetadataSummary> exportedItems)
The array of exported object details.ExportRequestSummary.Builder
ExportRequestSummary.Builder. exportedItems(List<ExportObjectMetadataSummary> exportedItems)
The array of exported object details.
-