public class RelationshipInfo extends SObject
Java class for RelationshipInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelationshipInfo">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="ChildSobject" type="{urn:tooling.soap.sforce.com}EntityDefinition" minOccurs="0"/>
<element name="ChildSobjectId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DurableId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Field" type="{urn:tooling.soap.sforce.com}FieldDefinition" minOccurs="0"/>
<element name="FieldId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsCascadeDelete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsDeprecatedAndHidden" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsRestrictedDelete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="JunctionIdListName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RelationshipDomains" type="{urn:tooling.soap.sforce.com}QueryResult" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EntityDefinition |
childSobject |
protected String |
childSobjectId |
protected String |
durableId |
protected FieldDefinition |
field |
protected String |
fieldId |
protected Boolean |
isCascadeDelete |
protected Boolean |
isDeprecatedAndHidden |
protected Boolean |
isRestrictedDelete |
protected String |
junctionIdListName |
protected QueryResult |
relationshipDomains |
fieldsToNull, id| Constructor and Description |
|---|
RelationshipInfo() |
| Modifier and Type | Method and Description |
|---|---|
EntityDefinition |
getChildSobject()
Gets the value of the childSobject property.
|
String |
getChildSobjectId()
Gets the value of the childSobjectId property.
|
String |
getDurableId()
Gets the value of the durableId property.
|
FieldDefinition |
getField()
Gets the value of the field property.
|
String |
getFieldId()
Gets the value of the fieldId property.
|
String |
getJunctionIdListName()
Gets the value of the junctionIdListName property.
|
QueryResult |
getRelationshipDomains()
Gets the value of the relationshipDomains property.
|
Boolean |
isIsCascadeDelete()
Gets the value of the isCascadeDelete property.
|
Boolean |
isIsDeprecatedAndHidden()
Gets the value of the isDeprecatedAndHidden property.
|
Boolean |
isIsRestrictedDelete()
Gets the value of the isRestrictedDelete property.
|
void |
setChildSobject(EntityDefinition value)
Sets the value of the childSobject property.
|
void |
setChildSobjectId(String value)
Sets the value of the childSobjectId property.
|
void |
setDurableId(String value)
Sets the value of the durableId property.
|
void |
setField(FieldDefinition value)
Sets the value of the field property.
|
void |
setFieldId(String value)
Sets the value of the fieldId property.
|
void |
setIsCascadeDelete(Boolean value)
Sets the value of the isCascadeDelete property.
|
void |
setIsDeprecatedAndHidden(Boolean value)
Sets the value of the isDeprecatedAndHidden property.
|
void |
setIsRestrictedDelete(Boolean value)
Sets the value of the isRestrictedDelete property.
|
void |
setJunctionIdListName(String value)
Sets the value of the junctionIdListName property.
|
void |
setRelationshipDomains(QueryResult value)
Sets the value of the relationshipDomains property.
|
getFieldsToNull, getId, setIdprotected EntityDefinition childSobject
protected String childSobjectId
protected String durableId
protected FieldDefinition field
protected String fieldId
protected Boolean isCascadeDelete
protected Boolean isDeprecatedAndHidden
protected Boolean isRestrictedDelete
protected String junctionIdListName
protected QueryResult relationshipDomains
public EntityDefinition getChildSobject()
EntityDefinitionpublic void setChildSobject(EntityDefinition value)
value - allowed object is
EntityDefinitionpublic String getChildSobjectId()
Stringpublic void setChildSobjectId(String value)
value - allowed object is
Stringpublic String getDurableId()
Stringpublic void setDurableId(String value)
value - allowed object is
Stringpublic FieldDefinition getField()
FieldDefinitionpublic void setField(FieldDefinition value)
value - allowed object is
FieldDefinitionpublic String getFieldId()
Stringpublic void setFieldId(String value)
value - allowed object is
Stringpublic Boolean isIsCascadeDelete()
Booleanpublic void setIsCascadeDelete(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsDeprecatedAndHidden()
Booleanpublic void setIsDeprecatedAndHidden(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsRestrictedDelete()
Booleanpublic void setIsRestrictedDelete(Boolean value)
value - allowed object is
Booleanpublic String getJunctionIdListName()
Stringpublic void setJunctionIdListName(String value)
value - allowed object is
Stringpublic QueryResult getRelationshipDomains()
QueryResultpublic void setRelationshipDomains(QueryResult value)
value - allowed object is
QueryResultCopyright © 2016. All rights reserved.