Uses of Class
com.oracle.bmc.dataintegration.model.DataEntitySummary
-
Packages that use DataEntitySummary Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.model -
-
Uses of DataEntitySummary in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return types with arguments of type DataEntitySummary Modifier and Type Method Description Iterable<DataEntitySummary>
DataIntegrationPaginators. listDataEntitiesRecordIterator(ListDataEntitiesRequest request)
Creates a new iterable which will iterate over theDataEntitySummary
objects contained in responses from the listDataEntities operation. -
Uses of DataEntitySummary in com.oracle.bmc.dataintegration.model
Subclasses of DataEntitySummary in com.oracle.bmc.dataintegration.model Modifier and Type Class Description class
DataEntitySummaryFromDataStore
The view entity data entity details.class
DataEntitySummaryFromFile
The file data entity details.class
DataEntitySummaryFromObject
The application object entity data entity details.class
DataEntitySummaryFromSql
The sql entity data entity details.class
DataEntitySummaryFromTable
The table entity data entity.class
DataEntitySummaryFromView
The view entity data entity details.Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type DataEntitySummary Modifier and Type Method Description List<DataEntitySummary>
DataEntitySummaryCollection. getItems()
The array of data entity summaries.Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type DataEntitySummary Modifier and Type Method Description DataEntitySummaryCollection.Builder
DataEntitySummaryCollection.Builder. items(List<DataEntitySummary> items)
The array of data entity summaries.Constructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type DataEntitySummary Constructor Description DataEntitySummaryCollection(List<DataEntitySummary> items)
Deprecated.
-