Class ParticipantsClient.ListParticipantsFixedSizeCollection (4.101.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ParticipantsClient.ListParticipantsFixedSizeCollection

Methods

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

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