Class CloudChannelReportsServiceClient.FetchReportResultsFixedSizeCollection (3.41.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
NameDescription
pagesList<FetchReportResultsPage>
collectionSizeint
Returns
TypeDescription
CloudChannelReportsServiceClient.FetchReportResultsFixedSizeCollection
Overrides