Class ChatServiceClient.ListReactionsPage (0.7.0)

public static class ChatServiceClient.ListReactionsPage extends AbstractPage<ListReactionsRequest,ListReactionsResponse,Reaction,ChatServiceClient.ListReactionsPage>

Inheritance

java.lang.Object > AbstractPage > ChatServiceClient.ListReactionsPage

Methods

createPage(PageContext<ListReactionsRequest,ListReactionsResponse,Reaction> context, ListReactionsResponse response)

protected ChatServiceClient.ListReactionsPage createPage(PageContext<ListReactionsRequest,ListReactionsResponse,Reaction> context, ListReactionsResponse response)
Parameters
Name Description
context PageContext<ListReactionsRequest,ListReactionsResponse,Reaction>
response ListReactionsResponse
Returns
Type Description
ChatServiceClient.ListReactionsPage
Overrides

createPageAsync(PageContext<ListReactionsRequest,ListReactionsResponse,Reaction> context, ApiFuture<ListReactionsResponse> futureResponse)

public ApiFuture<ChatServiceClient.ListReactionsPage> createPageAsync(PageContext<ListReactionsRequest,ListReactionsResponse,Reaction> context, ApiFuture<ListReactionsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListReactionsRequest,ListReactionsResponse,Reaction>
futureResponse ApiFuture<ListReactionsResponse>
Returns
Type Description
ApiFuture<ListReactionsPage>
Overrides