Uses of Class
com.oracle.bmc.datacatalog.model.TermCollection
-
Packages that use TermCollection Package Description com.oracle.bmc.datacatalog.model com.oracle.bmc.datacatalog.responses -
-
Uses of TermCollection in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return TermCollection Modifier and Type Method Description TermCollection
TermCollection.Builder. build()
Methods in com.oracle.bmc.datacatalog.model with parameters of type TermCollection Modifier and Type Method Description TermCollection.Builder
TermCollection.Builder. copy(TermCollection model)
-
Uses of TermCollection in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return TermCollection Modifier and Type Method Description TermCollection
ListTagsResponse. getTermCollection()
The returned TermCollection instance.TermCollection
ListTermsResponse. getTermCollection()
The returned TermCollection instance.Methods in com.oracle.bmc.datacatalog.responses with parameters of type TermCollection Modifier and Type Method Description ListTagsResponse.Builder
ListTagsResponse.Builder. termCollection(TermCollection termCollection)
The returned TermCollection instance.ListTermsResponse.Builder
ListTermsResponse.Builder. termCollection(TermCollection termCollection)
The returned TermCollection instance.
-