Class LivestreamServiceClient.ListChannelsFixedSizeCollection (0.97.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > LivestreamServiceClient.ListChannelsFixedSizeCollection

Methods

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

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