Class ContactServiceClient.ListContactsPage (0.3.0)

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

Inheritance

java.lang.Object > AbstractPage > ContactServiceClient.ListContactsPage

Methods

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

protected ContactServiceClient.ListContactsPage createPage(PageContext<ListContactsRequest,ListContactsResponse,Contact> context, ListContactsResponse response)
Parameters
Name Description
context PageContext<ListContactsRequest,ListContactsResponse,Contact>
response ListContactsResponse
Returns
Type Description
ContactServiceClient.ListContactsPage
Overrides

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

public ApiFuture<ContactServiceClient.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