Interface LineItemGroup.Builder

    • Method Detail

      • lineItemGroupIndex

        LineItemGroup.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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lineItems

        LineItemGroup.Builder lineItems​(Collection<LineItemFields> lineItems)

        The breakdown of information on a particular line of a table.

        Parameters:
        lineItems - The breakdown of information on a particular line of a table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lineItems

        LineItemGroup.Builder lineItems​(LineItemFields... lineItems)

        The breakdown of information on a particular line of a table.

        Parameters:
        lineItems - The breakdown of information on a particular line of a table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.