Uses of Class
com.oracle.bmc.datacatalog.model.RuleType
-
Packages that use RuleType Package Description com.oracle.bmc.datacatalog.model com.oracle.bmc.datacatalog.requests -
-
Uses of RuleType in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return RuleType Modifier and Type Method Description static RuleType
RuleType. create(String key)
RuleType
RuleSummary. getRuleType()
Type of a rule.static RuleType
RuleType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RuleType[]
RuleType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datacatalog.model that return types with arguments of type RuleType Modifier and Type Method Description List<RuleType>
Attribute. getAssociatedRuleTypes()
Rule types associated with attribute.List<RuleType>
AttributeSummary. getAssociatedRuleTypes()
Rule types associated with attribute.Methods in com.oracle.bmc.datacatalog.model with parameters of type RuleType Modifier and Type Method Description RuleSummary.Builder
RuleSummary.Builder. ruleType(RuleType ruleType)
Type of a rule.Method parameters in com.oracle.bmc.datacatalog.model with type arguments of type RuleType Modifier and Type Method Description Attribute.Builder
Attribute.Builder. associatedRuleTypes(List<RuleType> associatedRuleTypes)
Rule types associated with attribute.AttributeSummary.Builder
AttributeSummary.Builder. associatedRuleTypes(List<RuleType> associatedRuleTypes)
Rule types associated with attribute.Constructors in com.oracle.bmc.datacatalog.model with parameters of type RuleType 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. -
Uses of RuleType in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return RuleType Modifier and Type Method Description RuleType
ListRulesRequest. getRuleType()
Rule type used to filter the response to a list rules call.Methods in com.oracle.bmc.datacatalog.requests with parameters of type RuleType Modifier and Type Method Description ListRulesRequest.Builder
ListRulesRequest.Builder. ruleType(RuleType ruleType)
Rule type used to filter the response to a list rules call.
-