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