Class ParticipantsClient.ListParticipantsFixedSizeCollection (4.47.0)

public static class ParticipantsClient.ListParticipantsFixedSizeCollection extends AbstractFixedSizeCollection<ListParticipantsRequest,ListParticipantsResponse,Participant,ParticipantsClient.ListParticipantsPage,ParticipantsClient.ListParticipantsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ParticipantsClient.ListParticipantsFixedSizeCollection

Methods

createCollection(List<ParticipantsClient.ListParticipantsPage> pages, int collectionSize)

protected ParticipantsClient.ListParticipantsFixedSizeCollection createCollection(List<ParticipantsClient.ListParticipantsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListParticipantsPage>
collectionSizeint
Returns
TypeDescription
ParticipantsClient.ListParticipantsFixedSizeCollection
Overrides