public class

SetRelationshipsRequest

extends Object
java.lang.Object
   ↳ org.mule.modules.sugarcrm.requests.SetRelationshipsRequest

Summary

Fields
private SetRelationshipsRequestType bean
Public Constructors
SetRelationshipsRequest()
Public Methods
SetRelationshipsRequestType getBean()
void setDeleteArray(List<Integer> deleteds)
Optional, array of 0 or 1.
void setLinkFieldNames(List<String> linkfieldsNames)
Array of the name of the link field which relates to the other module for which the relationships needs to be generated.
void setModuleIds(List<String> moduleIds)
The array of ID of the bean in the specified module_name
void setModuleNames(List<String> modules)
Array of the name of the module that the primary record is from.
void setNameValueLists(List<NameValue> nameValues)
Array of Array.
void setRelatedIds(List<String> relatedIds)
Array of an array of related record ids for which relationships needs to be generated
[Expand]
Inherited Methods
From class java.lang.Object

Fields

Public Constructors

public SetRelationshipsRequest ()

Public Methods

public SetRelationshipsRequestType getBean ()

public void setDeleteArray (List<Integer> deleteds)

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

Parameters
deleteds

public void setLinkFieldNames (List<String> linkfieldsNames)

Array of the name of the link field which relates to the other module for which the relationships needs to be generated.

Parameters
linkfieldsNames

public void setModuleIds (List<String> moduleIds)

The array of ID of the bean in the specified module_name

Parameters
moduleIds

public void setModuleNames (List<String> modules)

Array of the name of the module that the primary record is from.

Parameters
modules

public void setNameValueLists (List<NameValue> nameValues)

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.

Parameters
nameValues

public void setRelatedIds (List<String> relatedIds)

Array of an array of related record ids for which relationships needs to be generated

Parameters
relatedIds