Class FeaturedContentNativeDashboardServiceClient.ListFeaturedContentNativeDashboardsFixedSizeCollection (0.31.0)

public static class FeaturedContentNativeDashboardServiceClient.ListFeaturedContentNativeDashboardsFixedSizeCollection extends AbstractFixedSizeCollection<ListFeaturedContentNativeDashboardsRequest,ListFeaturedContentNativeDashboardsResponse,FeaturedContentNativeDashboard,FeaturedContentNativeDashboardServiceClient.ListFeaturedContentNativeDashboardsPage,FeaturedContentNativeDashboardServiceClient.ListFeaturedContentNativeDashboardsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > FeaturedContentNativeDashboardServiceClient.ListFeaturedContentNativeDashboardsFixedSizeCollection

Methods

createCollection(List<FeaturedContentNativeDashboardServiceClient.ListFeaturedContentNativeDashboardsPage> pages, int collectionSize)

protected FeaturedContentNativeDashboardServiceClient.ListFeaturedContentNativeDashboardsFixedSizeCollection createCollection(List<FeaturedContentNativeDashboardServiceClient.ListFeaturedContentNativeDashboardsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListFeaturedContentNativeDashboardsPage>
collectionSize int
Returns
Type Description
FeaturedContentNativeDashboardServiceClient.ListFeaturedContentNativeDashboardsFixedSizeCollection
Overrides