| Package | Description |
|---|---|
| com.sforce.soap.tooling | |
| com.sforce.soap.tooling.metadata |
| Modifier and Type | Method and Description |
|---|---|
static FilterOperation |
FilterOperation.fromValue(String v) |
static FilterOperation |
FilterOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterOperation[] |
FilterOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected FilterOperation |
FilterItem.operation |
protected FilterOperation |
ListViewFilter.operation |
| Modifier and Type | Method and Description |
|---|---|
FilterOperation |
FilterItem.getOperation()
Gets the value of the operation property.
|
FilterOperation |
ListViewFilter.getOperation()
Gets the value of the operation property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FilterItem.setOperation(FilterOperation value)
Sets the value of the operation property.
|
void |
ListViewFilter.setOperation(FilterOperation value)
Sets the value of the operation property.
|
Copyright © 2016. All rights reserved.