Class ChatServiceClient.ListReactionsPagedResponse (0.3.0)

public static class ChatServiceClient.ListReactionsPagedResponse extends AbstractPagedListResponse<ListReactionsRequest,ListReactionsResponse,Reaction,ChatServiceClient.ListReactionsPage,ChatServiceClient.ListReactionsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractPagedListResponse > ChatServiceClient.ListReactionsPagedResponse

Static Methods

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

public static ApiFuture<ChatServiceClient.ListReactionsPagedResponse> createAsync(PageContext<ListReactionsRequest,ListReactionsResponse,Reaction> context, ApiFuture<ListReactionsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListReactionsRequest,ListReactionsResponse,Reaction>
futureResponseApiFuture<ListReactionsResponse>
Returns
TypeDescription
ApiFuture<ListReactionsPagedResponse>