| java.lang.Object | |
| ↳ | com.microsoft.schemas.xrm._2011.contracts.FilterExpression |
Java class for FilterExpression complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FilterExpression">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Conditions" type="{http://schemas.microsoft.com/xrm/2011/Contracts}ArrayOfConditionExpression" minOccurs="0"/>
<element name="FilterOperator" type="{http://schemas.microsoft.com/xrm/2011/Contracts}LogicalOperator" minOccurs="0"/>
<element name="Filters" type="{http://schemas.microsoft.com/xrm/2011/Contracts}ArrayOfFilterExpression" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| conditions | |||||||||||
| filterOperator | |||||||||||
| filters | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the conditions property.
| |||||||||||
Gets the value of the filterOperator property.
| |||||||||||
Gets the value of the filters property.
| |||||||||||
Sets the value of the conditions property.
| |||||||||||
Sets the value of the filterOperator property.
| |||||||||||
Sets the value of the filters property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the conditions property.
ArrayOfConditionExpression
Gets the value of the filterOperator property.
LogicalOperator
Gets the value of the filters property.
ArrayOfFilterExpression
Sets the value of the conditions property.
| value | Allowed object is
ArrayOfConditionExpression
|
|---|
Sets the value of the filterOperator property.
| value | Allowed object is
LogicalOperator
|
|---|
Sets the value of the filters property.
| value | Allowed object is
ArrayOfFilterExpression
|
|---|