Class CustomFieldServiceClient.ListCustomFieldsFixedSizeCollection (0.4.0)

public static class CustomFieldServiceClient.ListCustomFieldsFixedSizeCollection extends AbstractFixedSizeCollection<ListCustomFieldsRequest,ListCustomFieldsResponse,CustomField,CustomFieldServiceClient.ListCustomFieldsPage,CustomFieldServiceClient.ListCustomFieldsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CustomFieldServiceClient.ListCustomFieldsFixedSizeCollection

Methods

createCollection(List<CustomFieldServiceClient.ListCustomFieldsPage> pages, int collectionSize)

protected CustomFieldServiceClient.ListCustomFieldsFixedSizeCollection createCollection(List<CustomFieldServiceClient.ListCustomFieldsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListCustomFieldsPage>
collectionSize int
Returns
Type Description
CustomFieldServiceClient.ListCustomFieldsFixedSizeCollection
Overrides