Class LivestreamServiceClient.ListDvrSessionsFixedSizeCollection (0.97.0)

public static class LivestreamServiceClient.ListDvrSessionsFixedSizeCollection extends AbstractFixedSizeCollection<ListDvrSessionsRequest,ListDvrSessionsResponse,DvrSession,LivestreamServiceClient.ListDvrSessionsPage,LivestreamServiceClient.ListDvrSessionsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > LivestreamServiceClient.ListDvrSessionsFixedSizeCollection

Methods

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

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