Class GeoTargetServiceClient.ListGeoTargetsFixedSizeCollection (0.27.0)

public static class GeoTargetServiceClient.ListGeoTargetsFixedSizeCollection extends AbstractFixedSizeCollection<ListGeoTargetsRequest,ListGeoTargetsResponse,GeoTarget,GeoTargetServiceClient.ListGeoTargetsPage,GeoTargetServiceClient.ListGeoTargetsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > GeoTargetServiceClient.ListGeoTargetsFixedSizeCollection

Methods

createCollection(List<GeoTargetServiceClient.ListGeoTargetsPage> pages, int collectionSize)

protected GeoTargetServiceClient.ListGeoTargetsFixedSizeCollection createCollection(List<GeoTargetServiceClient.ListGeoTargetsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListGeoTargetsPage>
collectionSize int
Returns
Type Description
GeoTargetServiceClient.ListGeoTargetsFixedSizeCollection
Overrides