public static class FakePagedApi.ListIntegersPagedResponseFactory extends Object implements PagedListResponseFactory<Integer,List<Integer>,FakePagedApi.ListIntegersPagedResponse>
| Constructor and Description |
|---|
ListIntegersPagedResponseFactory() |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.core.ApiFuture<FakePagedApi.ListIntegersPagedResponse> |
getFuturePagedResponse(UnaryCallable<Integer,List<Integer>> callable,
Integer request,
ApiCallContext context,
com.google.api.core.ApiFuture<List<Integer>> futureResponse) |
public com.google.api.core.ApiFuture<FakePagedApi.ListIntegersPagedResponse> getFuturePagedResponse(UnaryCallable<Integer,List<Integer>> callable, Integer request, ApiCallContext context, com.google.api.core.ApiFuture<List<Integer>> futureResponse)
getFuturePagedResponse in interface PagedListResponseFactory<Integer,List<Integer>,FakePagedApi.ListIntegersPagedResponse>