Class DataPointsServiceClient.ListDataPointsPagedResponse (0.2.0)

public static class DataPointsServiceClient.ListDataPointsPagedResponse extends AbstractPagedListResponse<ListDataPointsRequest,ListDataPointsResponse,DataPoint,DataPointsServiceClient.ListDataPointsPage,DataPointsServiceClient.ListDataPointsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractPagedListResponse > DataPointsServiceClient.ListDataPointsPagedResponse

Static Methods

createAsync(PageContext<ListDataPointsRequest,ListDataPointsResponse,DataPoint> context, ApiFuture<ListDataPointsResponse> futureResponse)

public static ApiFuture<DataPointsServiceClient.ListDataPointsPagedResponse> createAsync(PageContext<ListDataPointsRequest,ListDataPointsResponse,DataPoint> context, ApiFuture<ListDataPointsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListDataPointsRequest,ListDataPointsResponse,DataPoint>
futureResponse ApiFuture<ListDataPointsResponse>
Returns
Type Description
ApiFuture<ListDataPointsPagedResponse>