Uses of Class
com.oracle.bmc.loadbalancer.model.PathMatchCondition.Operator
-
Packages that use PathMatchCondition.Operator Package Description com.oracle.bmc.loadbalancer.model -
-
Uses of PathMatchCondition.Operator in com.oracle.bmc.loadbalancer.model
Methods in com.oracle.bmc.loadbalancer.model that return PathMatchCondition.Operator Modifier and Type Method Description static PathMatchCondition.Operator
PathMatchCondition.Operator. create(String key)
PathMatchCondition.Operator
PathMatchCondition. getOperator()
A string that specifies how to compare the PathMatchCondition object’s attributeValue string to the incoming URI.static PathMatchCondition.Operator
PathMatchCondition.Operator. valueOf(String name)
Returns the enum constant of this type with the specified name.static PathMatchCondition.Operator[]
PathMatchCondition.Operator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loadbalancer.model with parameters of type PathMatchCondition.Operator Modifier and Type Method Description PathMatchCondition.Builder
PathMatchCondition.Builder. operator(PathMatchCondition.Operator operator)
A string that specifies how to compare the PathMatchCondition object’s attributeValue string to the incoming URI.Constructors in com.oracle.bmc.loadbalancer.model with parameters of type PathMatchCondition.Operator Constructor Description PathMatchCondition(String attributeValue, PathMatchCondition.Operator operator)
Deprecated.
-