Class CreativeServiceClient.ListCreativesFixedSizeCollection (0.4.0)

public static class CreativeServiceClient.ListCreativesFixedSizeCollection extends AbstractFixedSizeCollection<ListCreativesRequest,ListCreativesResponse,Creative,CreativeServiceClient.ListCreativesPage,CreativeServiceClient.ListCreativesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CreativeServiceClient.ListCreativesFixedSizeCollection

Methods

createCollection(List<CreativeServiceClient.ListCreativesPage> pages, int collectionSize)

protected CreativeServiceClient.ListCreativesFixedSizeCollection createCollection(List<CreativeServiceClient.ListCreativesPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListCreativesPage>
collectionSize int
Returns
Type Description
CreativeServiceClient.ListCreativesFixedSizeCollection
Overrides