Class ChatServiceClient.ListMessagesPagedResponse (0.1.0)

public static class ChatServiceClient.ListMessagesPagedResponse extends AbstractPagedListResponse<ListMessagesRequest,ListMessagesResponse,Message,ChatServiceClient.ListMessagesPage,ChatServiceClient.ListMessagesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractPagedListResponse > ChatServiceClient.ListMessagesPagedResponse

Static Methods

createAsync(PageContext<ListMessagesRequest,ListMessagesResponse,Message> context, ApiFuture<ListMessagesResponse> futureResponse)

public static ApiFuture<ChatServiceClient.ListMessagesPagedResponse> createAsync(PageContext<ListMessagesRequest,ListMessagesResponse,Message> context, ApiFuture<ListMessagesResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListMessagesRequest,ListMessagesResponse,Message>
futureResponseApiFuture<ListMessagesResponse>
Returns
TypeDescription
ApiFuture<ListMessagesPagedResponse>