Uses of Class
com.oracle.bmc.datacatalog.model.EntityTagSummary
-
Packages that use EntityTagSummary Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.model -
-
Uses of EntityTagSummary in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return types with arguments of type EntityTagSummary Modifier and Type Method Description Iterable<EntityTagSummary>DataCatalogPaginators. listEntityTagsRecordIterator(ListEntityTagsRequest request)Creates a new iterable which will iterate over theEntityTagSummaryobjects contained in responses from the listEntityTags operation. -
Uses of EntityTagSummary in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return EntityTagSummary Modifier and Type Method Description EntityTagSummaryEntityTagSummary.Builder. build()Methods in com.oracle.bmc.datacatalog.model that return types with arguments of type EntityTagSummary Modifier and Type Method Description List<EntityTagSummary>EntityTagCollection. getItems()Collection of entity tags.Methods in com.oracle.bmc.datacatalog.model with parameters of type EntityTagSummary Modifier and Type Method Description EntityTagSummary.BuilderEntityTagSummary.Builder. copy(EntityTagSummary model)Method parameters in com.oracle.bmc.datacatalog.model with type arguments of type EntityTagSummary Modifier and Type Method Description EntityTagCollection.BuilderEntityTagCollection.Builder. items(List<EntityTagSummary> items)Collection of entity tags.Constructor parameters in com.oracle.bmc.datacatalog.model with type arguments of type EntityTagSummary Constructor Description EntityTagCollection(Integer count, List<EntityTagSummary> items)Deprecated.
-