public class

ShareAuditDetail

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

Class Overview

Java class for ShareAuditDetail complex type.

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

 <complexType name="ShareAuditDetail">
   <complexContent>
     <extension base="{http://schemas.microsoft.com/crm/2011/Contracts}AuditDetail">
       <sequence>
         <element name="NewPrivileges" type="{http://schemas.microsoft.com/crm/2011/Contracts}AccessRights" minOccurs="0"/>
         <element name="OldPrivileges" type="{http://schemas.microsoft.com/crm/2011/Contracts}AccessRights" minOccurs="0"/>
         <element name="Principal" type="{http://schemas.microsoft.com/xrm/2011/Contracts}EntityReference" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.microsoft.schemas.crm._2011.contracts.AuditDetail
Fields
protected AccessRights newPrivileges
protected AccessRights oldPrivileges
protected EntityReference principal
[Expand]
Inherited Fields
From class com.microsoft.schemas.crm._2011.contracts.AuditDetail
Public Constructors
ShareAuditDetail()
Public Methods
AccessRights getNewPrivileges()
Gets the value of the newPrivileges property.
AccessRights getOldPrivileges()
Gets the value of the oldPrivileges property.
EntityReference getPrincipal()
Gets the value of the principal property.
void setNewPrivileges(AccessRights value)
Sets the value of the newPrivileges property.
void setOldPrivileges(AccessRights value)
Sets the value of the oldPrivileges property.
void setPrincipal(EntityReference value)
Sets the value of the principal property.
[Expand]
Inherited Methods
From class com.microsoft.schemas.crm._2011.contracts.AuditDetail
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected AccessRights newPrivileges

protected AccessRights oldPrivileges

protected EntityReference principal

Public Constructors

public ShareAuditDetail ()

Public Methods

public AccessRights getNewPrivileges ()

Gets the value of the newPrivileges property.

Returns

public AccessRights getOldPrivileges ()

Gets the value of the oldPrivileges property.

Returns

public EntityReference getPrincipal ()

Gets the value of the principal property.

Returns

public void setNewPrivileges (AccessRights value)

Sets the value of the newPrivileges property.

Parameters
value Allowed object is AccessRights

public void setOldPrivileges (AccessRights value)

Sets the value of the oldPrivileges property.

Parameters
value Allowed object is AccessRights

public void setPrincipal (EntityReference value)

Sets the value of the principal property.

Parameters
value Allowed object is EntityReference