Uses of Class
com.oracle.bmc.datacatalog.model.TermRelationshipSummary
-
Packages that use TermRelationshipSummary Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.model -
-
Uses of TermRelationshipSummary in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return types with arguments of type TermRelationshipSummary Modifier and Type Method Description Iterable<TermRelationshipSummary>
DataCatalogPaginators. listTermRelationshipsRecordIterator(ListTermRelationshipsRequest request)
Creates a new iterable which will iterate over theTermRelationshipSummary
objects contained in responses from the listTermRelationships operation. -
Uses of TermRelationshipSummary in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return TermRelationshipSummary Modifier and Type Method Description TermRelationshipSummary
TermRelationshipSummary.Builder. build()
Methods in com.oracle.bmc.datacatalog.model that return types with arguments of type TermRelationshipSummary Modifier and Type Method Description List<TermRelationshipSummary>
TermRelationshipCollection. getItems()
Collection of term relationships.Methods in com.oracle.bmc.datacatalog.model with parameters of type TermRelationshipSummary Modifier and Type Method Description TermRelationshipSummary.Builder
TermRelationshipSummary.Builder. copy(TermRelationshipSummary model)
Method parameters in com.oracle.bmc.datacatalog.model with type arguments of type TermRelationshipSummary Modifier and Type Method Description TermRelationshipCollection.Builder
TermRelationshipCollection.Builder. items(List<TermRelationshipSummary> items)
Collection of term relationships.Constructor parameters in com.oracle.bmc.datacatalog.model with type arguments of type TermRelationshipSummary Constructor Description TermRelationshipCollection(Integer count, List<TermRelationshipSummary> items)
Deprecated.
-