public class

RelationshipAuditDetail

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.microsoft.schemas.crm._2011.contracts.AuditDetail
Fields
protected String relationshipName
protected ArrayOfEntityReference targetRecords
[Expand]
Inherited Fields
From class com.microsoft.schemas.crm._2011.contracts.AuditDetail
Public Constructors
RelationshipAuditDetail()
Public Methods
String getRelationshipName()
Gets the value of the relationshipName property.
ArrayOfEntityReference getTargetRecords()
Gets the value of the targetRecords property.
void setRelationshipName(String value)
Sets the value of the relationshipName property.
void setTargetRecords(ArrayOfEntityReference value)
Sets the value of the targetRecords 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 String relationshipName

protected ArrayOfEntityReference targetRecords

Public Constructors

public RelationshipAuditDetail ()

Public Methods

public String getRelationshipName ()

Gets the value of the relationshipName property.

Returns
  • possible object is String

public ArrayOfEntityReference getTargetRecords ()

Gets the value of the targetRecords property.

Returns

public void setRelationshipName (String value)

Sets the value of the relationshipName property.

Parameters
value Allowed object is String

public void setTargetRecords (ArrayOfEntityReference value)

Sets the value of the targetRecords property.

Parameters
value Allowed object is ArrayOfEntityReference