Class ExecutionsClient.ListExecutionsPage (2.8.0)

public static class ExecutionsClient.ListExecutionsPage extends AbstractPage<ListExecutionsRequest,ListExecutionsResponse,Execution,ExecutionsClient.ListExecutionsPage>

Inheritance

java.lang.Object > AbstractPage > ExecutionsClient.ListExecutionsPage

Methods

createPage(PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, ListExecutionsResponse response)

protected ExecutionsClient.ListExecutionsPage createPage(PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, ListExecutionsResponse response)
Parameters
NameDescription
contextPageContext<ListExecutionsRequest,ListExecutionsResponse,Execution>
responseListExecutionsResponse
Returns
TypeDescription
ExecutionsClient.ListExecutionsPage
Overrides

createPageAsync(PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, ApiFuture<ListExecutionsResponse> futureResponse)

public ApiFuture<ExecutionsClient.ListExecutionsPage> createPageAsync(PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, ApiFuture<ListExecutionsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListExecutionsRequest,ListExecutionsResponse,Execution>
futureResponseApiFuture<ListExecutionsResponse>
Returns
TypeDescription
ApiFuture<ListExecutionsPage>
Overrides