Uses of Class
com.oracle.bmc.datacatalog.model.TermSummary
-
Packages that use TermSummary Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.model -
-
Uses of TermSummary in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return types with arguments of type TermSummary Modifier and Type Method Description Iterable<TermSummary>DataCatalogPaginators. listTagsRecordIterator(ListTagsRequest request)Creates a new iterable which will iterate over theTermSummaryobjects contained in responses from the listTags operation.Iterable<TermSummary>DataCatalogPaginators. listTermsRecordIterator(ListTermsRequest request)Creates a new iterable which will iterate over theTermSummaryobjects contained in responses from the listTerms operation. -
Uses of TermSummary in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return TermSummary Modifier and Type Method Description TermSummaryTermSummary.Builder. build()Methods in com.oracle.bmc.datacatalog.model that return types with arguments of type TermSummary Modifier and Type Method Description List<TermSummary>TermCollection. getItems()Collection of terms.Methods in com.oracle.bmc.datacatalog.model with parameters of type TermSummary Modifier and Type Method Description TermSummary.BuilderTermSummary.Builder. copy(TermSummary model)Method parameters in com.oracle.bmc.datacatalog.model with type arguments of type TermSummary Modifier and Type Method Description TermCollection.BuilderTermCollection.Builder. items(List<TermSummary> items)Collection of terms.Constructor parameters in com.oracle.bmc.datacatalog.model with type arguments of type TermSummary Constructor Description TermCollection(Integer count, List<TermSummary> items)Deprecated.
-