Class CustomTargetingKeyServiceClient.ListCustomTargetingKeysFixedSizeCollection (0.3.0)

public static class CustomTargetingKeyServiceClient.ListCustomTargetingKeysFixedSizeCollection extends AbstractFixedSizeCollection<ListCustomTargetingKeysRequest,ListCustomTargetingKeysResponse,CustomTargetingKey,CustomTargetingKeyServiceClient.ListCustomTargetingKeysPage,CustomTargetingKeyServiceClient.ListCustomTargetingKeysFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CustomTargetingKeyServiceClient.ListCustomTargetingKeysFixedSizeCollection

Methods

createCollection(List<CustomTargetingKeyServiceClient.ListCustomTargetingKeysPage> pages, int collectionSize)

protected CustomTargetingKeyServiceClient.ListCustomTargetingKeysFixedSizeCollection createCollection(List<CustomTargetingKeyServiceClient.ListCustomTargetingKeysPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListCustomTargetingKeysPage>
collectionSize int
Returns
Type Description
CustomTargetingKeyServiceClient.ListCustomTargetingKeysFixedSizeCollection
Overrides