| java.lang.Object | ||
| ↳ | com.microsoft.schemas.crm._2011.contracts.AuditDetail | |
| ↳ | com.microsoft.schemas.crm._2011.contracts.RelationshipAuditDetail | |
Java class for RelationshipAuditDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelationshipAuditDetail">
<complexContent>
<extension base="{http://schemas.microsoft.com/crm/2011/Contracts}AuditDetail">
<sequence>
<element name="RelationshipName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TargetRecords" type="{http://schemas.microsoft.com/xrm/2011/Contracts}ArrayOfEntityReference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.crm._2011.contracts.AuditDetail
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| relationshipName | |||||||||||
| targetRecords | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.crm._2011.contracts.AuditDetail
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the relationshipName property.
| |||||||||||
Gets the value of the targetRecords property.
| |||||||||||
Sets the value of the relationshipName property.
| |||||||||||
Sets the value of the targetRecords property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.crm._2011.contracts.AuditDetail
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the relationshipName property.
Gets the value of the targetRecords property.
ArrayOfEntityReference
Sets the value of the relationshipName property.
| value | Allowed object is String |
|---|
Sets the value of the targetRecords property.
| value | Allowed object is
ArrayOfEntityReference
|
|---|