| 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 |
|---|---|
Operand.RightOperand<String> |
Expression.getRight()
Returns the right operand for this expression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Expression.setRight(Operand.RightOperand<String> right)
Sets the right operand for this expression.
|
| Constructor and Description |
|---|
RightOperand(Operand.RightOperand<T> source)
Copy constructor builds a new instance from the source.
|