Package | Description |
---|---|
com.oracle.bmc.cloudguard.model |
Modifier and Type | Method and Description |
---|---|
static ConditionOperatorName |
ConditionOperatorName.create(String key) |
ConditionOperatorName |
ConditionOperator.getName()
Operator name
|
static ConditionOperatorName |
ConditionOperatorName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConditionOperatorName[] |
ConditionOperatorName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConditionOperator.Builder |
ConditionOperator.Builder.name(ConditionOperatorName name)
Operator name
|
Constructor and Description |
---|
ConditionOperator(ConditionOperatorName name,
String displayName)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.