Class LivestreamServiceClient.ListClipsFixedSizeCollection (0.51.0)

public static class LivestreamServiceClient.ListClipsFixedSizeCollection extends AbstractFixedSizeCollection<ListClipsRequest,ListClipsResponse,Clip,LivestreamServiceClient.ListClipsPage,LivestreamServiceClient.ListClipsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > LivestreamServiceClient.ListClipsFixedSizeCollection

Methods

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

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