Uses of Class
com.oracle.bmc.datacatalog.model.RuleAttribute
-
Packages that use RuleAttribute Package Description com.oracle.bmc.datacatalog.model -
-
Uses of RuleAttribute in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return RuleAttribute Modifier and Type Method Description RuleAttributeRuleAttribute.Builder. build()Methods in com.oracle.bmc.datacatalog.model that return types with arguments of type RuleAttribute Modifier and Type Method Description List<RuleAttribute>RuleSummary. getAttributes()Attributes associated with a rule.List<RuleAttribute>RuleSummary. getReferencedAttributes()Attributes associated with referenced rule, applicable only when rule type is FOREIGNKEY.Methods in com.oracle.bmc.datacatalog.model with parameters of type RuleAttribute Modifier and Type Method Description RuleAttribute.BuilderRuleAttribute.Builder. copy(RuleAttribute model)Method parameters in com.oracle.bmc.datacatalog.model with type arguments of type RuleAttribute Modifier and Type Method Description RuleSummary.BuilderRuleSummary.Builder. attributes(List<RuleAttribute> attributes)Attributes associated with a rule.RuleSummary.BuilderRuleSummary.Builder. referencedAttributes(List<RuleAttribute> referencedAttributes)Attributes associated with referenced rule, applicable only when rule type is FOREIGNKEY.Constructor parameters in com.oracle.bmc.datacatalog.model with type arguments of type RuleAttribute Constructor Description RuleSummary(String key, String displayName, String description, RuleType ruleType, String externalKey, List<RuleAttribute> attributes, String referencedFolderKey, String referencedFolderName, String referencedEntityKey, String referencedEntityName, String referencedRuleKey, String referencedRuleName, List<RuleAttribute> referencedAttributes, RuleOriginType originType, String uri, Date timeCreated, LifecycleState lifecycleState)Deprecated.
-