Class LineItemServiceClient.ListLineItemsFixedSizeCollection (0.54.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > LineItemServiceClient.ListLineItemsFixedSizeCollection

Methods

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

protected LineItemServiceClient.ListLineItemsFixedSizeCollection createCollection(@Nullable List<LineItemServiceClient.ListLineItemsPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<ListLineItemsPage>
collectionSize int
Returns
Type Description
LineItemServiceClient.ListLineItemsFixedSizeCollection
Overrides