public class

SetEntryRequest

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

Summary

Fields
private SetEntryRequestType bean
Public Constructors
SetEntryRequest()
Public Methods
SetEntryRequestType getBean()
void setModuleName(String value)
The name of the module where created or updated entry
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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private SetEntryRequestType bean

Public Constructors

public SetEntryRequest ()

Public Methods

public SetEntryRequestType getBean ()

public void setModuleName (String value)

The name of the module where created or updated entry

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