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 theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #lineItems(List) .lineItems - a consumer that will call methods on List.Builder #lineItems(List) Copyright © 2022. All rights reserved.