public class

AuditDetailCollection

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.crm._2011.contracts.AuditDetailCollection

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected ArrayOfAuditDetail auditDetails
protected Boolean moreRecords
protected String pagingCookie
protected Integer totalRecordCount
Public Constructors
AuditDetailCollection()
Public Methods
ArrayOfAuditDetail getAuditDetails()
Gets the value of the auditDetails property.
String getPagingCookie()
Gets the value of the pagingCookie property.
Integer getTotalRecordCount()
Gets the value of the totalRecordCount property.
Boolean isMoreRecords()
Gets the value of the moreRecords property.
void setAuditDetails(ArrayOfAuditDetail value)
Sets the value of the auditDetails property.
void setMoreRecords(Boolean value)
Sets the value of the moreRecords property.
void setPagingCookie(String value)
Sets the value of the pagingCookie property.
void setTotalRecordCount(Integer value)
Sets the value of the totalRecordCount property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ArrayOfAuditDetail auditDetails

protected Boolean moreRecords

protected String pagingCookie

protected Integer totalRecordCount

Public Constructors

public AuditDetailCollection ()

Public Methods

public ArrayOfAuditDetail getAuditDetails ()

Gets the value of the auditDetails property.

Returns

public String getPagingCookie ()

Gets the value of the pagingCookie property.

Returns
  • possible object is String

public Integer getTotalRecordCount ()

Gets the value of the totalRecordCount property.

Returns
  • possible object is Integer

public Boolean isMoreRecords ()

Gets the value of the moreRecords property.

Returns
  • possible object is Boolean

public void setAuditDetails (ArrayOfAuditDetail value)

Sets the value of the auditDetails property.

Parameters
value Allowed object is ArrayOfAuditDetail

public void setMoreRecords (Boolean value)

Sets the value of the moreRecords property.

Parameters
value Allowed object is Boolean

public void setPagingCookie (String value)

Sets the value of the pagingCookie property.

Parameters
value Allowed object is String

public void setTotalRecordCount (Integer value)

Sets the value of the totalRecordCount property.

Parameters
value Allowed object is Integer