public abstract class DropboxResult extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
resultEntries |
Constructor and Description |
---|
DropboxResult() |
Modifier and Type | Method and Description |
---|---|
Object |
getResultEntries() |
abstract void |
populateExchange(org.apache.camel.Exchange exchange)
Populate the camel exchange with the results from dropbox method invocations.
|
void |
setResultEntries(Object resultEntries) |
protected Object resultEntries
public abstract void populateExchange(org.apache.camel.Exchange exchange)
exchange
- public Object getResultEntries()
public void setResultEntries(Object resultEntries)
Apache Camel