| java.lang.Object | ||
| ↳ | com.microsoft.schemas.xrm._2011.contracts.QueryBase | |
| ↳ | com.microsoft.schemas.xrm._2011.contracts.FetchExpression | |
Java class for FetchExpression complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FetchExpression">
<complexContent>
<extension base="{http://schemas.microsoft.com/xrm/2011/Contracts}QueryBase">
<sequence>
<element name="Query" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.xrm._2011.contracts.QueryBase
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| query | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the query property.
| |||||||||||
Sets the value of the query property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the query property.
Sets the value of the query property.
| value | Allowed object is String |
|---|