Class ImagesClient.ListFixedSizeCollection (1.105.0)

public static class ImagesClient.ListFixedSizeCollection extends AbstractFixedSizeCollection<ListImagesRequest,ImageList,Image,ImagesClient.ListPage,ImagesClient.ListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ImagesClient.ListFixedSizeCollection

Methods

createCollection(@Nullable List<ImagesClient.ListPage> pages, int collectionSize)

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