Class LivestreamServiceClient.ListEventsFixedSizeCollection (0.11.0)

public static class LivestreamServiceClient.ListEventsFixedSizeCollection extends AbstractFixedSizeCollection<ListEventsRequest,ListEventsResponse,Event,LivestreamServiceClient.ListEventsPage,LivestreamServiceClient.ListEventsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > LivestreamServiceClient.ListEventsFixedSizeCollection

Methods

createCollection(List<LivestreamServiceClient.ListEventsPage> pages, int collectionSize)

protected LivestreamServiceClient.ListEventsFixedSizeCollection createCollection(List<LivestreamServiceClient.ListEventsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListEventsPage>
collectionSizeint
Returns
TypeDescription
LivestreamServiceClient.ListEventsFixedSizeCollection
Overrides