Uses of Class
com.oracle.bmc.cloudguard.model.OperatorType
-
Packages that use OperatorType Package Description com.oracle.bmc.cloudguard.model -
-
Uses of OperatorType in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return OperatorType Modifier and Type Method Description static OperatorType
OperatorType. create(String key)
OperatorType
SimpleCondition. getOperator()
Type of operatorstatic OperatorType
OperatorType. valueOf(String name)
Returns the enum constant of this type with the specified name.static OperatorType[]
OperatorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudguard.model with parameters of type OperatorType Modifier and Type Method Description SimpleCondition.Builder
SimpleCondition.Builder. operator(OperatorType operator)
Type of operatorConstructors in com.oracle.bmc.cloudguard.model with parameters of type OperatorType Constructor Description SimpleCondition(String parameter, OperatorType operator, String value, ConditionValueType valueType)
Deprecated.
-