| java.lang.Object | |
| ↳ | com.microsoft.schemas.crm._2011.contracts.AuditDetailCollection |
Java class for AuditDetailCollection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuditDetailCollection">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AuditDetails" type="{http://schemas.microsoft.com/crm/2011/Contracts}ArrayOfAuditDetail" 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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| auditDetails | |||||||||||
| moreRecords | |||||||||||
| pagingCookie | |||||||||||
| totalRecordCount | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the auditDetails property.
| |||||||||||
Gets the value of the pagingCookie property.
| |||||||||||
Gets the value of the totalRecordCount property.
| |||||||||||
Gets the value of the moreRecords property.
| |||||||||||
Sets the value of the auditDetails property.
| |||||||||||
Sets the value of the moreRecords property.
| |||||||||||
Sets the value of the pagingCookie property.
| |||||||||||
Sets the value of the totalRecordCount property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the auditDetails property.
ArrayOfAuditDetail
Gets the value of the pagingCookie property.
Gets the value of the totalRecordCount property.
Gets the value of the moreRecords property.
Sets the value of the auditDetails property.
| value | Allowed object is
ArrayOfAuditDetail
|
|---|
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 |
|---|