Uses of Class
com.oracle.bmc.datacatalog.model.RuleSummary
-
Packages that use RuleSummary Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.model -
-
Uses of RuleSummary in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return types with arguments of type RuleSummary Modifier and Type Method Description Iterable<RuleSummary>DataCatalogPaginators. listRulesRecordIterator(ListRulesRequest request)Creates a new iterable which will iterate over theRuleSummaryobjects contained in responses from the listRules operation. -
Uses of RuleSummary in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return RuleSummary Modifier and Type Method Description RuleSummaryRuleSummary.Builder. build()Methods in com.oracle.bmc.datacatalog.model that return types with arguments of type RuleSummary Modifier and Type Method Description List<RuleSummary>RuleCollection. getItems()Collection of rules.Methods in com.oracle.bmc.datacatalog.model with parameters of type RuleSummary Modifier and Type Method Description RuleSummary.BuilderRuleSummary.Builder. copy(RuleSummary model)Method parameters in com.oracle.bmc.datacatalog.model with type arguments of type RuleSummary Modifier and Type Method Description RuleCollection.BuilderRuleCollection.Builder. items(List<RuleSummary> items)Collection of rules.Constructor parameters in com.oracle.bmc.datacatalog.model with type arguments of type RuleSummary Constructor Description RuleCollection(Integer count, List<RuleSummary> items)Deprecated.
-