| java.lang.Object | |
| ↳ | com.microsoft.schemas.xrm._2011.contracts.services.Retrieve |
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="entityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="id" type="{http://schemas.microsoft.com/2003/10/Serialization/}guid" minOccurs="0"/>
<element name="columnSet" type="{http://schemas.microsoft.com/xrm/2011/Contracts}ColumnSet" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| columnSet | |||||||||||
| entityName | |||||||||||
| id | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the columnSet property.
| |||||||||||
Gets the value of the entityName property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Sets the value of the columnSet property.
| |||||||||||
Sets the value of the entityName property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the columnSet property.
ColumnSet
Gets the value of the entityName property.
Sets the value of the columnSet property.
| value | Allowed object is
ColumnSet
|
|---|
Sets the value of the entityName property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| value | Allowed object is
Guid
|
|---|