public class

GetEntriesRequest

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

Summary

Fields
private GetEntriesRequestType bean
Public Constructors
GetEntriesRequest()
Public Methods
GetEntriesRequestType getBean()
void setIds(List<String> ids)
An array of SugarBean IDs.
void setLinkNameToFieldsArray(List<String> linkNames)
A list of link_names and for each link_name, what fields value to be returned.
void setModuleName(String value)
The name of the module to return records.
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 GetEntriesRequestType bean

Public Constructors

public GetEntriesRequest ()

Public Methods

public GetEntriesRequestType getBean ()

public void setIds (List<String> ids)

An array of SugarBean IDs.

Parameters
ids

public void setLinkNameToFieldsArray (List<String> linkNames)

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

Parameters
linkNames

public void setModuleName (String value)

The name of the module to return records.

Parameters
value

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