| java.lang.Object | |
| ↳ | org.mule.modules.sugarcrm.requests.GetEntriesRequest |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| bean | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
An array of SugarBean IDs.
| |||||||||||
A list of link_names and for each link_name, what fields value to be returned.
| |||||||||||
The name of the module to return records.
| |||||||||||
A list of the fields to be included in the results.
| |||||||||||
Should we track the record accessed
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
An array of SugarBean IDs.
| ids |
|---|
A list of link_names and for each link_name, what fields value to be returned.
| linkNames |
|---|
The name of the module to return records.
| value |
|---|
A list of the fields to be included in the results. This optional parameter allows for only needed fields to be retrieved.
| fields |
|---|
Should we track the record accessed
| value |
|---|