public static interface LineItemGroup.Builder extends SdkPojo, CopyableBuilder<LineItemGroup.Builder,LineItemGroup>
| Modifier and Type | Method and Description |
|---|---|
LineItemGroup.Builder |
lineItemGroupIndex(Integer lineItemGroupIndex)
The number used to identify a specific table in a document.
|
LineItemGroup.Builder |
lineItems(Collection<LineItemFields> lineItems)
The breakdown of information on a particular line of a table.
|
LineItemGroup.Builder |
lineItems(Consumer<LineItemFields.Builder>... lineItems)
The breakdown of information on a particular line of a table.
|
LineItemGroup.Builder |
lineItems(LineItemFields... lineItems)
The breakdown of information on a particular line of a table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLineItemGroup.Builder lineItemGroupIndex(Integer lineItemGroupIndex)
The number used to identify a specific table in a document. The first table encountered will have a LineItemGroupIndex of 1, the second 2, etc.
lineItemGroupIndex - The number used to identify a specific table in a document. The first table encountered will have a
LineItemGroupIndex of 1, the second 2, etc.LineItemGroup.Builder lineItems(Collection<LineItemFields> lineItems)
The breakdown of information on a particular line of a table.
lineItems - The breakdown of information on a particular line of a table.LineItemGroup.Builder lineItems(LineItemFields... lineItems)
The breakdown of information on a particular line of a table.
lineItems - The breakdown of information on a particular line of a table.LineItemGroup.Builder lineItems(Consumer<LineItemFields.Builder>... lineItems)
The breakdown of information on a particular line of a table.
This is a convenience method that creates an instance of theLineItemFields.Builder avoiding the need to create one
manually via LineItemFields.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #lineItems(List.
lineItems - a consumer that will call methods on
LineItemFields.Builder#lineItems(java.util.Collection) Copyright © 2023. All rights reserved.