public class

AuditDetail

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.crm._2011.contracts.AuditDetail
Known Direct Subclasses

Class Overview

Java class for AuditDetail complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AuditDetail">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AuditRecord" type="{http://schemas.microsoft.com/xrm/2011/Contracts}Entity" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Entity auditRecord
Public Constructors
AuditDetail()
Public Methods
Entity getAuditRecord()
Gets the value of the auditRecord property.
void setAuditRecord(Entity value)
Sets the value of the auditRecord property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Entity auditRecord

Public Constructors

public AuditDetail ()

Public Methods

public Entity getAuditRecord ()

Gets the value of the auditRecord property.

Returns

public void setAuditRecord (Entity value)

Sets the value of the auditRecord property.

Parameters
value Allowed object is Entity