Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static NamePatternRule.MatchingStrategy |
NamePatternRule.MatchingStrategy.create(String key) |
NamePatternRule.MatchingStrategy |
NamePatternRule.getMatchingStrategy()
The pattern matching strategy.
|
static NamePatternRule.MatchingStrategy |
NamePatternRule.MatchingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamePatternRule.MatchingStrategy[] |
NamePatternRule.MatchingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NamePatternRule.Builder |
NamePatternRule.Builder.matchingStrategy(NamePatternRule.MatchingStrategy matchingStrategy)
The pattern matching strategy.
|
Constructor and Description |
---|
NamePatternRule(String key,
String modelVersion,
ParentReference parentRef,
Boolean isJavaRegexSyntax,
ConfigValues configValues,
Integer objectStatus,
String description,
Boolean isSkipRemainingRulesOnMatch,
Object scope,
Boolean isCascade,
NamePatternRule.MatchingStrategy matchingStrategy,
Boolean isCaseSensitive,
NamePatternRule.RuleType ruleType,
String pattern)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.