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