| java.lang.Object | |
| ↳ | org.mule.modules.google.api.pagination.PaginationUtils |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Sets the pageToken as an outboundp property on the message under the given property name.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Sets the pageToken as an outboundp property on the message under the given property name. If pageToken is blank or null, then the property is removed.
| propertyName | The name of the property on which the page token is going to be stored |
|---|---|
| pageToken | The page token |
| message | The current mule message |