public class

PaginationUtils

extends Object
java.lang.Object
   ↳ org.mule.modules.google.api.pagination.PaginationUtils

Summary

Public Constructors
PaginationUtils()
Public Methods
static void savePageToken(String propertyName, String pageToken, MuleMessage message)
Sets the pageToken as an outboundp property on the message under the given property name.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PaginationUtils ()

Public Methods

public static void savePageToken (String propertyName, String pageToken, MuleMessage message)

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.

Parameters
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