Class ChangelogsClient.ListChangelogsFixedSizeCollection (0.106.0)

public static class ChangelogsClient.ListChangelogsFixedSizeCollection extends AbstractFixedSizeCollection<ListChangelogsRequest,ListChangelogsResponse,Changelog,ChangelogsClient.ListChangelogsPage,ChangelogsClient.ListChangelogsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ChangelogsClient.ListChangelogsFixedSizeCollection

Methods

createCollection(@Nullable List<ChangelogsClient.ListChangelogsPage> pages, int collectionSize)

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