| java.lang.Object | |
| ↳ | org.mule.modules.sugarcrm.requests.GetEntryRequest |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| bean | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
The SugarBean's ID value.
| |||||||||||
A list of link_names and for each link_name, what fields value to be returned
| |||||||||||
The name of the module to return records from.
| |||||||||||
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
| |||||||||||
The SugarBean's ID value.
| id |
|---|
A list of link_names and for each link_name, what fields value to be returned
| links |
|---|
The name of the module to return records from.
| moduleName |
|---|
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 |
|---|