Class CloudChannelReportsServiceClient.FetchReportResultsFixedSizeCollection (3.48.0)

public static class CloudChannelReportsServiceClient.FetchReportResultsFixedSizeCollection extends AbstractFixedSizeCollection<FetchReportResultsRequest,FetchReportResultsResponse,Row,CloudChannelReportsServiceClient.FetchReportResultsPage,CloudChannelReportsServiceClient.FetchReportResultsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CloudChannelReportsServiceClient.FetchReportResultsFixedSizeCollection

Methods

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

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