Class LivestreamServiceClient.ListAssetsFixedSizeCollection (0.43.0)

public static class LivestreamServiceClient.ListAssetsFixedSizeCollection extends AbstractFixedSizeCollection<ListAssetsRequest,ListAssetsResponse,Asset,LivestreamServiceClient.ListAssetsPage,LivestreamServiceClient.ListAssetsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > LivestreamServiceClient.ListAssetsFixedSizeCollection

Methods

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

protected LivestreamServiceClient.ListAssetsFixedSizeCollection createCollection(List<LivestreamServiceClient.ListAssetsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListAssetsPage>
collectionSizeint
Returns
TypeDescription
LivestreamServiceClient.ListAssetsFixedSizeCollection
Overrides