Class CloudChannelReportsServiceClient.ListReportsFixedSizeCollection (3.48.0)

public static class CloudChannelReportsServiceClient.ListReportsFixedSizeCollection extends AbstractFixedSizeCollection<ListReportsRequest,ListReportsResponse,Report,CloudChannelReportsServiceClient.ListReportsPage,CloudChannelReportsServiceClient.ListReportsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CloudChannelReportsServiceClient.ListReportsFixedSizeCollection

Methods

createCollection(List<CloudChannelReportsServiceClient.ListReportsPage> pages, int collectionSize)

protected CloudChannelReportsServiceClient.ListReportsFixedSizeCollection createCollection(List<CloudChannelReportsServiceClient.ListReportsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListReportsPage>
collectionSize int
Returns
Type Description
CloudChannelReportsServiceClient.ListReportsFixedSizeCollection
Overrides