| java.lang.Object | ||
| ↳ | com.microsoft.schemas.crm._2011.contracts.AuditDetail | |
| ↳ | com.microsoft.schemas.crm._2011.contracts.AttributeAuditDetail | |
Java class for AttributeAuditDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeAuditDetail">
<complexContent>
<extension base="{http://schemas.microsoft.com/crm/2011/Contracts}AuditDetail">
<sequence>
<element name="InvalidNewValueAttributes" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
<element name="NewValue" type="{http://schemas.microsoft.com/xrm/2011/Contracts}Entity" minOccurs="0"/>
<element name="OldValue" type="{http://schemas.microsoft.com/xrm/2011/Contracts}Entity" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.crm._2011.contracts.AuditDetail
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| invalidNewValueAttributes | |||||||||||
| newValue | |||||||||||
| oldValue | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.crm._2011.contracts.AuditDetail
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the invalidNewValueAttributes property.
| |||||||||||
Gets the value of the newValue property.
| |||||||||||
Gets the value of the oldValue property.
| |||||||||||
Sets the value of the invalidNewValueAttributes property.
| |||||||||||
Sets the value of the newValue property.
| |||||||||||
Sets the value of the oldValue property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.crm._2011.contracts.AuditDetail
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the invalidNewValueAttributes property.
ArrayOfstring
Gets the value of the newValue property.
Entity
Gets the value of the oldValue property.
Entity
Sets the value of the invalidNewValueAttributes property.
| value | Allowed object is
ArrayOfstring
|
|---|
Sets the value of the newValue property.
| value | Allowed object is
Entity
|
|---|
Sets the value of the oldValue property.
| value | Allowed object is
Entity
|
|---|