Class EssentialContactsServiceClient.ListContactsPage (2.43.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
Name Description
context PageContext<ListContactsRequest,ListContactsResponse,Contact>
response ListContactsResponse
Returns
Type Description
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
Name Description
context PageContext<ListContactsRequest,ListContactsResponse,Contact>
futureResponse ApiFuture<ListContactsResponse>
Returns
Type Description
ApiFuture<ListContactsPage>
Overrides