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