Class EssentialContactsServiceClient.ListContactsPage (2.41.0)

public static class EssentialContactsServiceClient.ListContactsPage extends AbstractPage<ListContactsRequest,ListContactsResponse,Contact,EssentialContactsServiceClient.ListContactsPage>

Inheritance

java.lang.Object > AbstractPage > EssentialContactsServiceClient.ListContactsPage

Methods

createPage(PageContext<ListContactsRequest,ListContactsResponse,Contact> context, ListContactsResponse response)

protected EssentialContactsServiceClient.ListContactsPage createPage(PageContext<ListContactsRequest,ListContactsResponse,Contact> context, ListContactsResponse response)
Parameters
NameDescription
contextPageContext<ListContactsRequest,ListContactsResponse,Contact>
responseListContactsResponse
Returns
TypeDescription
EssentialContactsServiceClient.ListContactsPage
Overrides

createPageAsync(PageContext<ListContactsRequest,ListContactsResponse,Contact> context, ApiFuture<ListContactsResponse> futureResponse)

public ApiFuture<EssentialContactsServiceClient.ListContactsPage> createPageAsync(PageContext<ListContactsRequest,ListContactsResponse,Contact> context, ApiFuture<ListContactsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListContactsRequest,ListContactsResponse,Contact>
futureResponseApiFuture<ListContactsResponse>
Returns
TypeDescription
ApiFuture<ListContactsPage>
Overrides