Class ContactCenterInsightsClient.ListQaScorecardsFixedSizeCollection (2.95.0)

public static class ContactCenterInsightsClient.ListQaScorecardsFixedSizeCollection extends AbstractFixedSizeCollection<ListQaScorecardsRequest,ListQaScorecardsResponse,QaScorecard,ContactCenterInsightsClient.ListQaScorecardsPage,ContactCenterInsightsClient.ListQaScorecardsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ContactCenterInsightsClient.ListQaScorecardsFixedSizeCollection

Methods

createCollection(@Nullable List<ContactCenterInsightsClient.ListQaScorecardsPage> pages, int collectionSize)

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