public class

SetEntriesRequest

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

Summary

Fields
private SetEntriesRequestType bean
Public Constructors
SetEntriesRequest()
Public Methods
SetEntriesRequestType getBean()
void setModuleName(String value)
The name of the module where created or updated entry
void setNameValueLists(List<List<NameValue>> values)
Array of Bean specific Arrays where 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 SetEntriesRequestType bean

Public Constructors

public SetEntriesRequest ()

Public Methods

public SetEntriesRequestType getBean ()

public void setModuleName (String value)

The name of the module where created or updated entry

Parameters
value

public void setNameValueLists (List<List<NameValue>> values)

Array of Bean specific Arrays where the keys of the array are the SugarBean attributes, the values of the array are the values the attributes should have.

Parameters
values