Class TestCasesClient.ListTestCaseResultsPage (0.52.0)

public static class TestCasesClient.ListTestCaseResultsPage extends AbstractPage<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCaseResult,TestCasesClient.ListTestCaseResultsPage>

Inheritance

java.lang.Object > AbstractPage > TestCasesClient.ListTestCaseResultsPage

Methods

createPage(PageContext<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCaseResult> context, ListTestCaseResultsResponse response)

protected TestCasesClient.ListTestCaseResultsPage createPage(PageContext<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCaseResult> context, ListTestCaseResultsResponse response)
Parameters
NameDescription
contextPageContext<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCaseResult>
responseListTestCaseResultsResponse
Returns
TypeDescription
TestCasesClient.ListTestCaseResultsPage
Overrides

createPageAsync(PageContext<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCaseResult> context, ApiFuture<ListTestCaseResultsResponse> futureResponse)

public ApiFuture<TestCasesClient.ListTestCaseResultsPage> createPageAsync(PageContext<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCaseResult> context, ApiFuture<ListTestCaseResultsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCaseResult>
futureResponseApiFuture<ListTestCaseResultsResponse>
Returns
TypeDescription
ApiFuture<ListTestCaseResultsPage>
Overrides