Class LivestreamServiceClient.ListChannelsFixedSizeCollection (0.47.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
Name Description
pages List<ListChannelsPage>
collectionSize int
Returns
Type Description
LivestreamServiceClient.ListChannelsFixedSizeCollection
Overrides