Package | Description |
---|---|
com.oracle.bmc.datacatalog.model |
Modifier and Type | Method and Description |
---|---|
RuleAttribute |
RuleAttribute.Builder.build() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
RuleAttribute.Builder |
RuleAttribute.Builder.copy(RuleAttribute model) |
Modifier and Type | Method and Description |
---|---|
RuleSummary.Builder |
RuleSummary.Builder.attributes(List<RuleAttribute> attributes)
Attributes associated with a rule.
|
RuleSummary.Builder |
RuleSummary.Builder.referencedAttributes(List<RuleAttribute> referencedAttributes)
Attributes associated with referenced rule, applicable only when rule type is FOREIGNKEY.
|
Constructor and 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.
|
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.
|
Copyright © 2016–2024. All rights reserved.