Class LivestreamServiceClient.ListDvrSessionsFixedSizeCollection (0.66.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > LivestreamServiceClient.ListDvrSessionsFixedSizeCollection

Methods

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

protected LivestreamServiceClient.ListDvrSessionsFixedSizeCollection createCollection(List<LivestreamServiceClient.ListDvrSessionsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListDvrSessionsPage>
collectionSize int
Returns
Type Description
LivestreamServiceClient.ListDvrSessionsFixedSizeCollection
Overrides