Class WarehouseClient.ListAnnotationsPage (0.2.0)

public static class WarehouseClient.ListAnnotationsPage extends AbstractPage<ListAnnotationsRequest,ListAnnotationsResponse,Annotation,WarehouseClient.ListAnnotationsPage>

Inheritance

java.lang.Object > AbstractPage > WarehouseClient.ListAnnotationsPage

Methods

createPage(PageContext<ListAnnotationsRequest,ListAnnotationsResponse,Annotation> context, ListAnnotationsResponse response)

protected WarehouseClient.ListAnnotationsPage createPage(PageContext<ListAnnotationsRequest,ListAnnotationsResponse,Annotation> context, ListAnnotationsResponse response)
Parameters
Name Description
context PageContext<ListAnnotationsRequest,ListAnnotationsResponse,Annotation>
response ListAnnotationsResponse
Returns
Type Description
WarehouseClient.ListAnnotationsPage
Overrides

createPageAsync(PageContext<ListAnnotationsRequest,ListAnnotationsResponse,Annotation> context, ApiFuture<ListAnnotationsResponse> futureResponse)

public ApiFuture<WarehouseClient.ListAnnotationsPage> createPageAsync(PageContext<ListAnnotationsRequest,ListAnnotationsResponse,Annotation> context, ApiFuture<ListAnnotationsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListAnnotationsRequest,ListAnnotationsResponse,Annotation>
futureResponse ApiFuture<ListAnnotationsResponse>
Returns
Type Description
ApiFuture<ListAnnotationsPage>
Overrides