Uses of Class
app.commerceio.spring.data.search.LogicalOp
-
-
Uses of LogicalOp in app.commerceio.spring.data.search
Methods in app.commerceio.spring.data.search that return LogicalOp Modifier and Type Method Description static LogicalOpLogicalOp. logicalOp(String input)static LogicalOpLogicalOp. valueOf(String name)Returns the enum constant of this type with the specified name.static LogicalOp[]LogicalOp. values()Returns an array containing the constants of this enum type, in the order they are declared.
-