Class StorageBatchOperationsClient.ListJobsPage (0.2.0)

public static class StorageBatchOperationsClient.ListJobsPage extends AbstractPage<ListJobsRequest,ListJobsResponse,Job,StorageBatchOperationsClient.ListJobsPage>

Inheritance

java.lang.Object > AbstractPage > StorageBatchOperationsClient.ListJobsPage

Methods

createPage(PageContext<ListJobsRequest,ListJobsResponse,Job> context, ListJobsResponse response)

protected StorageBatchOperationsClient.ListJobsPage createPage(PageContext<ListJobsRequest,ListJobsResponse,Job> context, ListJobsResponse response)
Parameters
Name Description
context PageContext<ListJobsRequest,ListJobsResponse,Job>
response ListJobsResponse
Returns
Type Description
StorageBatchOperationsClient.ListJobsPage
Overrides

createPageAsync(PageContext<ListJobsRequest,ListJobsResponse,Job> context, ApiFuture<ListJobsResponse> futureResponse)

public ApiFuture<StorageBatchOperationsClient.ListJobsPage> createPageAsync(PageContext<ListJobsRequest,ListJobsResponse,Job> context, ApiFuture<ListJobsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListJobsRequest,ListJobsResponse,Job>
futureResponse ApiFuture<ListJobsResponse>
Returns
Type Description
ApiFuture<ListJobsPage>
Overrides