Uses of Class
com.oracle.bmc.datacatalog.model.EntitySummary
-
Packages that use EntitySummary Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.model -
-
Uses of EntitySummary in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return types with arguments of type EntitySummary Modifier and Type Method Description Iterable<EntitySummary>
DataCatalogPaginators. listEntitiesRecordIterator(ListEntitiesRequest request)
Creates a new iterable which will iterate over theEntitySummary
objects contained in responses from the listEntities operation. -
Uses of EntitySummary in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return EntitySummary Modifier and Type Method Description EntitySummary
EntitySummary.Builder. build()
Methods in com.oracle.bmc.datacatalog.model that return types with arguments of type EntitySummary Modifier and Type Method Description List<EntitySummary>
EntityCollection. getItems()
Collection of data entities.Methods in com.oracle.bmc.datacatalog.model with parameters of type EntitySummary Modifier and Type Method Description EntitySummary.Builder
EntitySummary.Builder. copy(EntitySummary model)
Method parameters in com.oracle.bmc.datacatalog.model with type arguments of type EntitySummary Modifier and Type Method Description EntityCollection.Builder
EntityCollection.Builder. items(List<EntitySummary> items)
Collection of data entities.Constructor parameters in com.oracle.bmc.datacatalog.model with type arguments of type EntitySummary Constructor Description EntityCollection(Integer count, List<EntitySummary> items)
Deprecated.
-