Class ChatServiceClient.ListReactionsPage (0.5.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
NameDescription
contextPageContext<ListReactionsRequest,ListReactionsResponse,Reaction>
responseListReactionsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListReactionsRequest,ListReactionsResponse,Reaction>
futureResponseApiFuture<ListReactionsResponse>
Returns
TypeDescription
ApiFuture<ListReactionsPage>
Overrides