Class CloudChannelReportsServiceClient.ListReportsFixedSizeCollection (3.99.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CloudChannelReportsServiceClient.ListReportsFixedSizeCollection

Methods

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

protected CloudChannelReportsServiceClient.ListReportsFixedSizeCollection createCollection(@Nullable List<CloudChannelReportsServiceClient.ListReportsPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<ListReportsPage>
collectionSize int
Returns
Type Description
CloudChannelReportsServiceClient.ListReportsFixedSizeCollection
Overrides