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