| java.lang.Object | |
| ↳ | org.mule.modules.sugarcrm.requests.GetEntryListRequest |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| bean | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
0 if deleted records should not be include, 1 if deleted records should be included.
| |||||||||||
A list of link_names and for each link_name, what fields value to be returned.
| |||||||||||
Set the maximum number of rows + 1 to retrieve.
| |||||||||||
The name of the module to return records from.
| |||||||||||
Set the first row to retrieve.
| |||||||||||
SQL order by clause without the phrase 'order by'
| |||||||||||
SQL where clause without the word 'where'
| |||||||||||
A list of the fields to be included in the results.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
0 if deleted records should not be include, 1 if deleted records should be included.
| value |
|---|
A list of link_names and for each link_name, what fields value to be returned.
| linkNames |
|---|
Set the maximum number of rows + 1 to retrieve.
| value |
|---|
The name of the module to return records from.
| value |
|---|
Set the first row to retrieve. If not set, rows will be retrieved beginnning from row 0
| value |
|---|
SQL order by clause without the phrase 'order by'
| value |
|---|
SQL where clause without the word 'where'
| value |
|---|
A list of the fields to be included in the results. This optional parameter allows for only needed fields to be retrieved.
| fields |
|---|