Class ConversationsClient.ListConversationsPage (4.43.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)
Parameters
NameDescription
contextPageContext<ListConversationsRequest,ListConversationsResponse,Conversation>
responseListConversationsResponse
Returns
TypeDescription
ConversationsClient.ListConversationsPage
Overrides

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

public ApiFuture<ConversationsClient.ListConversationsPage> createPageAsync(PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context, ApiFuture<ListConversationsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListConversationsRequest,ListConversationsResponse,Conversation>
futureResponseApiFuture<ListConversationsResponse>
Returns
TypeDescription
ApiFuture<ListConversationsPage>
Overrides