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