Class CloudChannelReportsServiceClient.ListReportsFixedSizeCollection (3.45.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
NameDescription
pagesList<ListReportsPage>
collectionSizeint
Returns
TypeDescription
CloudChannelReportsServiceClient.ListReportsFixedSizeCollection
Overrides