Class LineItemServiceClient.ListLineItemsFixedSizeCollection (0.4.0)

public static class LineItemServiceClient.ListLineItemsFixedSizeCollection extends AbstractFixedSizeCollection<ListLineItemsRequest,ListLineItemsResponse,LineItem,LineItemServiceClient.ListLineItemsPage,LineItemServiceClient.ListLineItemsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > LineItemServiceClient.ListLineItemsFixedSizeCollection

Methods

createCollection(List<LineItemServiceClient.ListLineItemsPage> pages, int collectionSize)

protected LineItemServiceClient.ListLineItemsFixedSizeCollection createCollection(List<LineItemServiceClient.ListLineItemsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListLineItemsPage>
collectionSize int
Returns
Type Description
LineItemServiceClient.ListLineItemsFixedSizeCollection
Overrides