Class VideoStitcherServiceClient.ListVodConfigsFixedSizeCollection (0.44.0)

public static class VideoStitcherServiceClient.ListVodConfigsFixedSizeCollection extends AbstractFixedSizeCollection<ListVodConfigsRequest,ListVodConfigsResponse,VodConfig,VideoStitcherServiceClient.ListVodConfigsPage,VideoStitcherServiceClient.ListVodConfigsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > VideoStitcherServiceClient.ListVodConfigsFixedSizeCollection

Methods

createCollection(List<VideoStitcherServiceClient.ListVodConfigsPage> pages, int collectionSize)

protected VideoStitcherServiceClient.ListVodConfigsFixedSizeCollection createCollection(List<VideoStitcherServiceClient.ListVodConfigsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListVodConfigsPage>
collectionSize int
Returns
Type Description
VideoStitcherServiceClient.ListVodConfigsFixedSizeCollection
Overrides