public class

GetEntryRequest

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

Summary

Fields
private GetEntryRequestType bean
Public Constructors
GetEntryRequest()
Public Methods
GetEntryRequestType getBean()
void setId(String id)
The SugarBean's ID value.
void setLinkNameToFieldsArray(List<String> links)
A list of link_names and for each link_name, what fields value to be returned
void setModuleName(String moduleName)
The name of the module to return records from.
void setSelectFields(List<String> fields)
A list of the fields to be included in the results.
void setTrackView(boolean value)
Should we track the record accessed.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private GetEntryRequestType bean

Public Constructors

public GetEntryRequest ()

Public Methods

public GetEntryRequestType getBean ()

public void setId (String id)

The SugarBean's ID value.

Parameters
id

public void setLinkNameToFieldsArray (List<String> links)

A list of link_names and for each link_name, what fields value to be returned

Parameters
links

public void setModuleName (String moduleName)

The name of the module to return records from.

Parameters
moduleName

public void setSelectFields (List<String> fields)

A list of the fields to be included in the results. This optional parameter allows for only needed fields to be retrieved.

Parameters
fields

public void setTrackView (boolean value)

Should we track the record accessed.

Parameters
value