public static interface ListCustomLineItemsResponse.Builder extends BillingconductorResponse.Builder, SdkPojo, CopyableBuilder<ListCustomLineItemsResponse.Builder,ListCustomLineItemsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCustomLineItemsResponse.Builder |
customLineItems(Collection<CustomLineItemListElement> customLineItems)
A list of
FreeFormLineItemListElements received. |
ListCustomLineItemsResponse.Builder |
customLineItems(Consumer<CustomLineItemListElement.Builder>... customLineItems)
A list of
FreeFormLineItemListElements received. |
ListCustomLineItemsResponse.Builder |
customLineItems(CustomLineItemListElement... customLineItems)
A list of
FreeFormLineItemListElements received. |
ListCustomLineItemsResponse.Builder |
nextToken(String nextToken)
The pagination token that's used on subsequent calls to get custom line items (FFLIs).
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCustomLineItemsResponse.Builder customLineItems(Collection<CustomLineItemListElement> customLineItems)
A list of FreeFormLineItemListElements received.
customLineItems - A list of FreeFormLineItemListElements received.ListCustomLineItemsResponse.Builder customLineItems(CustomLineItemListElement... customLineItems)
A list of FreeFormLineItemListElements received.
customLineItems - A list of FreeFormLineItemListElements received.ListCustomLineItemsResponse.Builder customLineItems(Consumer<CustomLineItemListElement.Builder>... customLineItems)
A list of FreeFormLineItemListElements received.
CustomLineItemListElement.Builder avoiding the
need to create one manually via
CustomLineItemListElement.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #customLineItems(List.
customLineItems - a consumer that will call methods on
CustomLineItemListElement.Builder#customLineItems(java.util.Collection) ListCustomLineItemsResponse.Builder nextToken(String nextToken)
The pagination token that's used on subsequent calls to get custom line items (FFLIs).
nextToken - The pagination token that's used on subsequent calls to get custom line items (FFLIs).Copyright © 2023. All rights reserved.