Class LivestreamServiceClient.ListInputsFixedSizeCollection (0.15.0)

public static class LivestreamServiceClient.ListInputsFixedSizeCollection extends AbstractFixedSizeCollection<ListInputsRequest,ListInputsResponse,Input,LivestreamServiceClient.ListInputsPage,LivestreamServiceClient.ListInputsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > LivestreamServiceClient.ListInputsFixedSizeCollection

Methods

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

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