Class NativeDashboardServiceClient.ListNativeDashboardsFixedSizeCollection (0.31.0)

public static class NativeDashboardServiceClient.ListNativeDashboardsFixedSizeCollection extends AbstractFixedSizeCollection<ListNativeDashboardsRequest,ListNativeDashboardsResponse,NativeDashboard,NativeDashboardServiceClient.ListNativeDashboardsPage,NativeDashboardServiceClient.ListNativeDashboardsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > NativeDashboardServiceClient.ListNativeDashboardsFixedSizeCollection

Methods

createCollection(List<NativeDashboardServiceClient.ListNativeDashboardsPage> pages, int collectionSize)

protected NativeDashboardServiceClient.ListNativeDashboardsFixedSizeCollection createCollection(List<NativeDashboardServiceClient.ListNativeDashboardsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListNativeDashboardsPage>
collectionSize int
Returns
Type Description
NativeDashboardServiceClient.ListNativeDashboardsFixedSizeCollection
Overrides