| java.lang.Object | ||
| ↳ | com.microsoft.schemas.crm._2011.contracts.AuditDetail | |
| ↳ | com.microsoft.schemas.crm._2011.contracts.ShareAuditDetail | |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.crm._2011.contracts.AuditDetail
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| newPrivileges | |||||||||||
| oldPrivileges | |||||||||||
| principal | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.crm._2011.contracts.AuditDetail
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the newPrivileges property.
| |||||||||||
Gets the value of the oldPrivileges property.
| |||||||||||
Gets the value of the principal property.
| |||||||||||
Sets the value of the newPrivileges property.
| |||||||||||
Sets the value of the oldPrivileges property.
| |||||||||||
Sets the value of the principal property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.crm._2011.contracts.AuditDetail
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the newPrivileges property.
AccessRights
Gets the value of the oldPrivileges property.
AccessRights
Gets the value of the principal property.
EntityReference
Sets the value of the newPrivileges property.
| value | Allowed object is
AccessRights
|
|---|
Sets the value of the oldPrivileges property.
| value | Allowed object is
AccessRights
|
|---|
Sets the value of the principal property.
| value | Allowed object is
EntityReference
|
|---|