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