Class ParticipantsClient.ListParticipantsFixedSizeCollection (4.48.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
Name Description
pages List<ListParticipantsPage>
collectionSize int
Returns
Type Description
ParticipantsClient.ListParticipantsFixedSizeCollection
Overrides