public class

SetRelationshipRequest

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

Summary

Fields
private SetRelationshipRequestType bean
Public Constructors
SetRelationshipRequest()
Public Methods
SetRelationshipRequestType getBean()
void setDelete(int value)
Optional, 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
void setLinkFieldName(String linkField)
Name of the link field which relates to the other module for which the relationship needs to be generated
void setModuleId(String moduleId)
The ID of the bean in the specified module_name
void setModuleName(String value)
Name of the module that the primary record is from
void setNameValueList(List<NameValue> values)
The keys of the array are the SugarBean attributes, the values of the array are the values the attributes should have.
void setRelatedId(String relatedId)
Related record id for which relationship needs to be generated
[Expand]
Inherited Methods
From class java.lang.Object

Fields

Public Constructors

public SetRelationshipRequest ()

Public Methods

public SetRelationshipRequestType getBean ()

public void setDelete (int value)

Optional, 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
value

public void setLinkFieldName (String linkField)

Name of the link field which relates to the other module for which the relationship needs to be generated

Parameters
linkField

public void setModuleId (String moduleId)

The ID of the bean in the specified module_name

Parameters
moduleId

public void setModuleName (String value)

Name of the module that the primary record is from

Parameters
value

public void setNameValueList (List<NameValue> values)

The keys of the array are the SugarBean attributes, the values of the array are the values the attributes should have.

Parameters
values

public void setRelatedId (String relatedId)

Related record id for which relationship needs to be generated

Parameters
relatedId