public class

RolePrivilegeAuditDetail

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

Class Overview

Java class for RolePrivilegeAuditDetail complex type.

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

 <complexType name="RolePrivilegeAuditDetail">
   <complexContent>
     <extension base="{http://schemas.microsoft.com/crm/2011/Contracts}AuditDetail">
       <sequence>
         <element name="InvalidNewPrivileges" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfguid" minOccurs="0"/>
         <element name="NewRolePrivileges" type="{http://schemas.microsoft.com/crm/2011/Contracts}ArrayOfRolePrivilege" minOccurs="0"/>
         <element name="OldRolePrivileges" type="{http://schemas.microsoft.com/crm/2011/Contracts}ArrayOfRolePrivilege" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.microsoft.schemas.crm._2011.contracts.AuditDetail
Fields
protected ArrayOfguid invalidNewPrivileges
protected ArrayOfRolePrivilege newRolePrivileges
protected ArrayOfRolePrivilege oldRolePrivileges
[Expand]
Inherited Fields
From class com.microsoft.schemas.crm._2011.contracts.AuditDetail
Public Constructors
RolePrivilegeAuditDetail()
Public Methods
ArrayOfguid getInvalidNewPrivileges()
Gets the value of the invalidNewPrivileges property.
ArrayOfRolePrivilege getNewRolePrivileges()
Gets the value of the newRolePrivileges property.
ArrayOfRolePrivilege getOldRolePrivileges()
Gets the value of the oldRolePrivileges property.
void setInvalidNewPrivileges(ArrayOfguid value)
Sets the value of the invalidNewPrivileges property.
void setNewRolePrivileges(ArrayOfRolePrivilege value)
Sets the value of the newRolePrivileges property.
void setOldRolePrivileges(ArrayOfRolePrivilege value)
Sets the value of the oldRolePrivileges 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 ArrayOfguid invalidNewPrivileges

protected ArrayOfRolePrivilege newRolePrivileges

protected ArrayOfRolePrivilege oldRolePrivileges

Public Constructors

public RolePrivilegeAuditDetail ()

Public Methods

public ArrayOfguid getInvalidNewPrivileges ()

Gets the value of the invalidNewPrivileges property.

Returns

public ArrayOfRolePrivilege getNewRolePrivileges ()

Gets the value of the newRolePrivileges property.

Returns

public ArrayOfRolePrivilege getOldRolePrivileges ()

Gets the value of the oldRolePrivileges property.

Returns

public void setInvalidNewPrivileges (ArrayOfguid value)

Sets the value of the invalidNewPrivileges property.

Parameters
value Allowed object is ArrayOfguid

public void setNewRolePrivileges (ArrayOfRolePrivilege value)

Sets the value of the newRolePrivileges property.

Parameters
value Allowed object is ArrayOfRolePrivilege

public void setOldRolePrivileges (ArrayOfRolePrivilege value)

Sets the value of the oldRolePrivileges property.

Parameters
value Allowed object is ArrayOfRolePrivilege