Class ConversationsClient.ListConversationsPage (4.64.0)

public static class ConversationsClient.ListConversationsPage extends AbstractPage<ListConversationsRequest,ListConversationsResponse,Conversation,ConversationsClient.ListConversationsPage>

Inheritance

java.lang.Object > AbstractPage > ConversationsClient.ListConversationsPage

Methods

createPage(PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context, ListConversationsResponse response)

protected ConversationsClient.ListConversationsPage createPage(PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context, ListConversationsResponse response)
Overrides

createPageAsync(PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context, ApiFuture<ListConversationsResponse> futureResponse)

public ApiFuture<ConversationsClient.ListConversationsPage> createPageAsync(PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context, ApiFuture<ListConversationsResponse> futureResponse)
Returns
Type Description
ApiFuture<ListConversationsPage>
Overrides