Class DashboardsServiceClient.ListDashboardsPagedResponse (2.10.0)

public static class DashboardsServiceClient.ListDashboardsPagedResponse extends AbstractPagedListResponse<ListDashboardsRequest,ListDashboardsResponse,Dashboard,DashboardsServiceClient.ListDashboardsPage,DashboardsServiceClient.ListDashboardsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractPagedListResponse > DashboardsServiceClient.ListDashboardsPagedResponse

Static Methods

createAsync(PageContext<ListDashboardsRequest,ListDashboardsResponse,Dashboard> context, ApiFuture<ListDashboardsResponse> futureResponse)

public static ApiFuture<DashboardsServiceClient.ListDashboardsPagedResponse> createAsync(PageContext<ListDashboardsRequest,ListDashboardsResponse,Dashboard> context, ApiFuture<ListDashboardsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListDashboardsRequest,ListDashboardsResponse,Dashboard>
futureResponseApiFuture<ListDashboardsResponse>
Returns
TypeDescription
ApiFuture<ListDashboardsPagedResponse>