| java.lang.Object | |
| ↳ | com.microsoft.schemas.xrm._2011.contracts.EntityCollection |
Java class for EntityCollection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EntityCollection">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Entities" type="{http://schemas.microsoft.com/xrm/2011/Contracts}ArrayOfEntity" minOccurs="0"/>
<element name="EntityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MinActiveRowVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MoreRecords" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="PagingCookie" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TotalRecordCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="TotalRecordCountLimitExceeded" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| entities | |||||||||||
| entityName | |||||||||||
| minActiveRowVersion | |||||||||||
| moreRecords | |||||||||||
| pagingCookie | |||||||||||
| totalRecordCount | |||||||||||
| totalRecordCountLimitExceeded | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the entities property.
| |||||||||||
Gets the value of the entityName property.
| |||||||||||
Gets the value of the minActiveRowVersion property.
| |||||||||||
Gets the value of the pagingCookie property.
| |||||||||||
Gets the value of the totalRecordCount property.
| |||||||||||
Gets the value of the moreRecords property.
| |||||||||||
Gets the value of the totalRecordCountLimitExceeded property.
| |||||||||||
Sets the value of the entities property.
| |||||||||||
Sets the value of the entityName property.
| |||||||||||
Sets the value of the minActiveRowVersion property.
| |||||||||||
Sets the value of the moreRecords property.
| |||||||||||
Sets the value of the pagingCookie property.
| |||||||||||
Sets the value of the totalRecordCount property.
| |||||||||||
Sets the value of the totalRecordCountLimitExceeded property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the entities property.
ArrayOfEntity
Gets the value of the entityName property.
Gets the value of the minActiveRowVersion property.
Gets the value of the pagingCookie property.
Gets the value of the totalRecordCount property.
Gets the value of the moreRecords property.
Gets the value of the totalRecordCountLimitExceeded property.
Sets the value of the entities property.
| value | Allowed object is
ArrayOfEntity
|
|---|
Sets the value of the entityName property.
| value | Allowed object is String |
|---|
Sets the value of the minActiveRowVersion property.
| value | Allowed object is String |
|---|
Sets the value of the moreRecords property.
| value | Allowed object is Boolean |
|---|
Sets the value of the pagingCookie property.
| value | Allowed object is String |
|---|
Sets the value of the totalRecordCount property.
| value | Allowed object is Integer |
|---|
Sets the value of the totalRecordCountLimitExceeded property.
| value | Allowed object is Boolean |
|---|