Class CreativeSetServiceClient.ListCreativeSetsFixedSizeCollection (0.54.0)

public static class CreativeSetServiceClient.ListCreativeSetsFixedSizeCollection extends AbstractFixedSizeCollection<ListCreativeSetsRequest,ListCreativeSetsResponse,CreativeSet,CreativeSetServiceClient.ListCreativeSetsPage,CreativeSetServiceClient.ListCreativeSetsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CreativeSetServiceClient.ListCreativeSetsFixedSizeCollection

Methods

createCollection(@Nullable List<CreativeSetServiceClient.ListCreativeSetsPage> pages, int collectionSize)

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