| java.lang.Object | |
| ↳ | com.sugarcrm.sugarcrm.SetRelationshipsRequestType |
Java class for set_relationshipsRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="set_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_names" type="{http://www.sugarcrm.com/sugarcrm}select_fields" form="unqualified"/>
<element name="module_ids" type="{http://www.sugarcrm.com/sugarcrm}select_fields" form="unqualified"/>
<element name="link_field_names" type="{http://www.sugarcrm.com/sugarcrm}select_fields" form="unqualified"/>
<element name="related_ids" type="{http://www.sugarcrm.com/sugarcrm}new_set_relationhip_ids" form="unqualified"/>
<element name="name_value_lists" type="{http://www.sugarcrm.com/sugarcrm}name_value_lists" form="unqualified"/>
<element name="delete_array" type="{http://www.sugarcrm.com/sugarcrm}deleted_array" form="unqualified"/>
</all>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| deleteArray | |||||||||||
| linkFieldNames | |||||||||||
| moduleIds | |||||||||||
| moduleNames | |||||||||||
| nameValueLists | |||||||||||
| relatedIds | |||||||||||
| session | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the deleteArray property.
| |||||||||||
Gets the value of the linkFieldNames property.
| |||||||||||
Gets the value of the moduleIds property.
| |||||||||||
Gets the value of the moduleNames property.
| |||||||||||
Gets the value of the nameValueLists property.
| |||||||||||
Gets the value of the relatedIds property.
| |||||||||||
Gets the value of the session property.
| |||||||||||
Sets the value of the deleteArray property.
| |||||||||||
Sets the value of the linkFieldNames property.
| |||||||||||
Sets the value of the moduleIds property.
| |||||||||||
Sets the value of the moduleNames property.
| |||||||||||
Sets the value of the nameValueLists property.
| |||||||||||
Sets the value of the relatedIds property.
| |||||||||||
Sets the value of the session property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the deleteArray property.
Gets the value of the linkFieldNames property.
SelectFields
Gets the value of the moduleIds property.
SelectFields
Gets the value of the moduleNames property.
SelectFields
Gets the value of the nameValueLists property.
Gets the value of the relatedIds property.
NewSetRelationhipIds
Gets the value of the session property.
Sets the value of the deleteArray property.
| myList | Allowed object is
MyList |
|---|
Sets the value of the linkFieldNames property.
| linkFields | Allowed object is
SelectFields
|
|---|
Sets the value of the moduleIds property.
| moduleIds | Allowed object is
SelectFields
|
|---|
Sets the value of the moduleNames property.
| myList | Allowed object is
MyList |
|---|
Sets the value of the nameValueLists property.
| myList | Allowed object is
MyList |
|---|
Sets the value of the relatedIds property.
| relatedIds | Allowed object is
MyList |
|---|
Sets the value of the session property.
| value | Allowed object is String |
|---|