Class LivestreamServiceClient.ListClipsFixedSizeCollection (0.97.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > LivestreamServiceClient.ListClipsFixedSizeCollection

Methods

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

protected LivestreamServiceClient.ListClipsFixedSizeCollection createCollection(@Nullable List<LivestreamServiceClient.ListClipsPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<ListClipsPage>
collectionSize int
Returns
Type Description
LivestreamServiceClient.ListClipsFixedSizeCollection
Overrides