| java.lang.Object | |
| ↳ | org.mule.modules.sugarcrm.requests.SetRelationshipsRequest |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| bean | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Optional, array of 0 or 1.
| |||||||||||
Array of the name of the link field which relates to the other module
for which the relationships needs to be generated.
| |||||||||||
The array of ID of the bean in the specified module_name
| |||||||||||
Array of the name of the module that the primary record is from.
| |||||||||||
Array of Array.
| |||||||||||
Array of an array of related record ids for which relationships needs to be generated
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Optional, array of 0 or 1. If the value 0 or nothing is passed then it will add the relationship for related_ids and if 1 is passed, it will delete this relationship for related_ids
| deleteds |
|---|
Array of the name of the link field which relates to the other module for which the relationships needs to be generated.
| linkfieldsNames |
|---|
The array of ID of the bean in the specified module_name
| moduleIds |
|---|
Array of the name of the module that the primary record is from.
| modules |
|---|
Array of Array. The keys of the inner array are the SugarBean attributes, the values of the inner array are the values the attributes should have.
| nameValues |
|---|
Array of an array of related record ids for which relationships needs to be generated
| relatedIds |
|---|