Interface SplitDocument.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SplitDocument.Builder,SplitDocument>, SdkBuilder<SplitDocument.Builder,SplitDocument>, SdkPojo
Enclosing class:
SplitDocument

public static interface SplitDocument.Builder extends SdkPojo, CopyableBuilder<SplitDocument.Builder,SplitDocument>
  • Method Details

    • index

      The index for a given document in a DocumentGroup of a specific Type.

      Parameters:
      index - The index for a given document in a DocumentGroup of a specific Type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pages

      An array of page numbers for a for a given document, ordered by logical boundary.

      Parameters:
      pages - An array of page numbers for a for a given document, ordered by logical boundary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pages

      SplitDocument.Builder pages(Integer... pages)

      An array of page numbers for a for a given document, ordered by logical boundary.

      Parameters:
      pages - An array of page numbers for a for a given document, ordered by logical boundary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.