Class LivestreamServiceClient.ListChannelsFixedSizeCollection (0.43.0)

public static class LivestreamServiceClient.ListChannelsFixedSizeCollection extends AbstractFixedSizeCollection<ListChannelsRequest,ListChannelsResponse,Channel,LivestreamServiceClient.ListChannelsPage,LivestreamServiceClient.ListChannelsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > LivestreamServiceClient.ListChannelsFixedSizeCollection

Methods

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

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