| java.lang.Object | |
| ↳ | com.microsoft.schemas.xrm._2011.contracts.PagingInfo |
Java class for PagingInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PagingInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Count" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="PageNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="PagingCookie" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReturnTotalRecordCount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| count | |||||||||||
| pageNumber | |||||||||||
| pagingCookie | |||||||||||
| returnTotalRecordCount | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the count property.
| |||||||||||
Gets the value of the pageNumber property.
| |||||||||||
Gets the value of the pagingCookie property.
| |||||||||||
Gets the value of the returnTotalRecordCount property.
| |||||||||||
Sets the value of the count property.
| |||||||||||
Sets the value of the pageNumber property.
| |||||||||||
Sets the value of the pagingCookie property.
| |||||||||||
Sets the value of the returnTotalRecordCount property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the count property.
Gets the value of the pageNumber property.
Gets the value of the pagingCookie property.
Gets the value of the returnTotalRecordCount property.
Sets the value of the count property.
| value | Allowed object is Integer |
|---|
Sets the value of the pageNumber property.
| value | Allowed object is Integer |
|---|
Sets the value of the pagingCookie property.
| value | Allowed object is String |
|---|
Sets the value of the returnTotalRecordCount property.
| value | Allowed object is Boolean |
|---|