Class DashboardsServiceClient.ListDashboardsFixedSizeCollection (2.10.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > DashboardsServiceClient.ListDashboardsFixedSizeCollection

Methods

createCollection(List<DashboardsServiceClient.ListDashboardsPage> pages, int collectionSize)

protected DashboardsServiceClient.ListDashboardsFixedSizeCollection createCollection(List<DashboardsServiceClient.ListDashboardsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListDashboardsPage>
collectionSizeint
Returns
TypeDescription
DashboardsServiceClient.ListDashboardsFixedSizeCollection
Overrides