| java.lang.Object | |
| ↳ | com.sugarcrm.sugarcrm.GetRelationshipsRequestType |
Java class for get_relationshipsRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="get_relationshipsRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="session" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
<element name="module_name" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
<element name="module_id" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
<element name="link_field_name" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
<element name="related_module_query" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
<element name="related_fields" type="{http://www.sugarcrm.com/sugarcrm}select_fields" form="unqualified"/>
<element name="related_module_link_name_to_fields_array" type="{http://www.sugarcrm.com/sugarcrm}link_names_to_fields_array" form="unqualified"/>
<element name="deleted" type="{http://www.w3.org/2001/XMLSchema}int" form="unqualified"/>
<element name="order_by" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
</all>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| deleted | |||||||||||
| linkFieldName | |||||||||||
| moduleId | |||||||||||
| moduleName | |||||||||||
| orderBy | |||||||||||
| relatedFields | |||||||||||
| relatedModuleLinkNameToFieldsArray | |||||||||||
| relatedModuleQuery | |||||||||||
| session | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the deleted property.
| |||||||||||
Gets the value of the linkFieldName property.
| |||||||||||
Gets the value of the moduleId property.
| |||||||||||
Gets the value of the moduleName property.
| |||||||||||
Gets the value of the orderBy property.
| |||||||||||
Gets the value of the relatedFields property.
| |||||||||||
Gets the value of the relatedModuleLinkNameToFieldsArray property.
| |||||||||||
Gets the value of the relatedModuleQuery property.
| |||||||||||
Gets the value of the session property.
| |||||||||||
Sets the value of the deleted property.
| |||||||||||
Sets the value of the linkFieldName property.
| |||||||||||
Sets the value of the moduleId property.
| |||||||||||
Sets the value of the moduleName property.
| |||||||||||
Sets the value of the orderBy property.
| |||||||||||
Sets the value of the relatedFields property.
| |||||||||||
Sets the value of the relatedModuleLinkNameToFieldsArray property.
| |||||||||||
Sets the value of the relatedModuleQuery property.
| |||||||||||
Sets the value of the session property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the deleted property.
Gets the value of the linkFieldName property.
Gets the value of the moduleId property.
Gets the value of the moduleName property.
Gets the value of the orderBy property.
Gets the value of the relatedFields property.
SelectFields
Gets the value of the relatedModuleLinkNameToFieldsArray property.
LinkNamesToFieldsArray
Gets the value of the relatedModuleQuery property.
Gets the value of the session property.
Sets the value of the deleted property.
| value |
|---|
Sets the value of the linkFieldName property.
| value | Allowed object is String |
|---|
Sets the value of the moduleId property.
| value | Allowed object is String |
|---|
Sets the value of the moduleName property.
| value | Allowed object is String |
|---|
Sets the value of the orderBy property.
| value | Allowed object is String |
|---|
Sets the value of the relatedFields property.
| value | Allowed object is
SelectFields
|
|---|
Sets the value of the relatedModuleLinkNameToFieldsArray property.
| value | Allowed object is
LinkNamesToFieldsArray
|
|---|
Sets the value of the relatedModuleQuery property.
| value | Allowed object is String |
|---|
Sets the value of the session property.
| value | Allowed object is String |
|---|