public class ListViewFilter extends Object
Java class for ListViewFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ListViewFilter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="field" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="operation" type="{urn:tooling.soap.sforce.com}FilterOperation"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
field |
protected FilterOperation |
operation |
protected String |
value |
| Constructor and Description |
|---|
ListViewFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getField()
Gets the value of the field property.
|
FilterOperation |
getOperation()
Gets the value of the operation property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setField(String value)
Sets the value of the field property.
|
void |
setOperation(FilterOperation value)
Sets the value of the operation property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String field
protected FilterOperation operation
protected String value
public String getField()
Stringpublic void setField(String value)
value - allowed object is
Stringpublic FilterOperation getOperation()
FilterOperationpublic void setOperation(FilterOperation value)
value - allowed object is
FilterOperationpublic String getValue()
StringCopyright © 2016. All rights reserved.