| java.lang.Object | ||
| ↳ | com.microsoft.schemas.crm._2011.contracts.AuditDetail | |
| ↳ | com.microsoft.schemas.crm._2011.contracts.RolePrivilegeAuditDetail | |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.crm._2011.contracts.AuditDetail
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| invalidNewPrivileges | |||||||||||
| newRolePrivileges | |||||||||||
| oldRolePrivileges | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.crm._2011.contracts.AuditDetail
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the invalidNewPrivileges property.
| |||||||||||
Gets the value of the newRolePrivileges property.
| |||||||||||
Gets the value of the oldRolePrivileges property.
| |||||||||||
Sets the value of the invalidNewPrivileges property.
| |||||||||||
Sets the value of the newRolePrivileges property.
| |||||||||||
Sets the value of the oldRolePrivileges property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.crm._2011.contracts.AuditDetail
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the invalidNewPrivileges property.
ArrayOfguid
Gets the value of the newRolePrivileges property.
ArrayOfRolePrivilege
Gets the value of the oldRolePrivileges property.
ArrayOfRolePrivilege
Sets the value of the invalidNewPrivileges property.
| value | Allowed object is
ArrayOfguid
|
|---|
Sets the value of the newRolePrivileges property.
| value | Allowed object is
ArrayOfRolePrivilege
|
|---|
Sets the value of the oldRolePrivileges property.
| value | Allowed object is
ArrayOfRolePrivilege
|
|---|