Uses of Class
com.oracle.bmc.datacatalog.model.TypeCollection
-
Packages that use TypeCollection Package Description com.oracle.bmc.datacatalog.model com.oracle.bmc.datacatalog.responses -
-
Uses of TypeCollection in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return TypeCollection Modifier and Type Method Description TypeCollection
TypeCollection.Builder. build()
Methods in com.oracle.bmc.datacatalog.model with parameters of type TypeCollection Modifier and Type Method Description TypeCollection.Builder
TypeCollection.Builder. copy(TypeCollection model)
-
Uses of TypeCollection in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return TypeCollection Modifier and Type Method Description TypeCollection
ListTypesResponse. getTypeCollection()
The returned TypeCollection instance.Methods in com.oracle.bmc.datacatalog.responses with parameters of type TypeCollection Modifier and Type Method Description ListTypesResponse.Builder
ListTypesResponse.Builder. typeCollection(TypeCollection typeCollection)
The returned TypeCollection instance.
-