Package | Description |
---|---|
com.fatwire.assetapi.data.search |
Contains all interfaces and classes required for use and extension of the Searcher API.
|
Modifier and Type | Method and Description |
---|---|
BinaryLogicalOperator |
Filter.getLogicalOperator()
Returns the binary logical operator for this filter.
|
static BinaryLogicalOperator |
BinaryLogicalOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryLogicalOperator[] |
BinaryLogicalOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Filter.setLogicalOperator(BinaryLogicalOperator logicalOperator)
Sets the binary logical operator for this filter.
|