Class TestCasesClient.ListTestCasesPagedResponse (0.52.0)

public static class TestCasesClient.ListTestCasesPagedResponse extends AbstractPagedListResponse<ListTestCasesRequest,ListTestCasesResponse,TestCase,TestCasesClient.ListTestCasesPage,TestCasesClient.ListTestCasesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractPagedListResponse > TestCasesClient.ListTestCasesPagedResponse

Static Methods

createAsync(PageContext<ListTestCasesRequest,ListTestCasesResponse,TestCase> context, ApiFuture<ListTestCasesResponse> futureResponse)

public static ApiFuture<TestCasesClient.ListTestCasesPagedResponse> createAsync(PageContext<ListTestCasesRequest,ListTestCasesResponse,TestCase> context, ApiFuture<ListTestCasesResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListTestCasesRequest,ListTestCasesResponse,TestCase>
futureResponseApiFuture<ListTestCasesResponse>
Returns
TypeDescription
ApiFuture<ListTestCasesPagedResponse>