Uses of Class
com.oracle.bmc.datacatalog.model.DataAssetExportScope
-
Packages that use DataAssetExportScope Package Description com.oracle.bmc.datacatalog.model -
-
Uses of DataAssetExportScope in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return DataAssetExportScope Modifier and Type Method Description DataAssetExportScopeDataAssetExportScope.Builder. build()Methods in com.oracle.bmc.datacatalog.model that return types with arguments of type DataAssetExportScope Modifier and Type Method Description List<DataAssetExportScope>AsynchronousExportDataAssetDetails. getExportScope()Array of objects and their child types to be selected for export.List<DataAssetExportScope>ExportDataAssetDetails. getExportScope()Array of objects and their child types to be selected for export.Methods in com.oracle.bmc.datacatalog.model with parameters of type DataAssetExportScope Modifier and Type Method Description DataAssetExportScope.BuilderDataAssetExportScope.Builder. copy(DataAssetExportScope model)Method parameters in com.oracle.bmc.datacatalog.model with type arguments of type DataAssetExportScope Modifier and Type Method Description AsynchronousExportDataAssetDetails.BuilderAsynchronousExportDataAssetDetails.Builder. exportScope(List<DataAssetExportScope> exportScope)Array of objects and their child types to be selected for export.ExportDataAssetDetails.BuilderExportDataAssetDetails.Builder. exportScope(List<DataAssetExportScope> exportScope)Array of objects and their child types to be selected for export.Constructor parameters in com.oracle.bmc.datacatalog.model with type arguments of type DataAssetExportScope Constructor Description AsynchronousExportDataAssetDetails(List<DataAssetExportScope> exportScope, ObjectStorageObjectReference objectStorageTarget)Deprecated.ExportDataAssetDetails(List<DataAssetExportScope> exportScope)Deprecated.
-