public static interface SplitDocument.Builder extends SdkPojo, CopyableBuilder<SplitDocument.Builder,SplitDocument>
| Modifier and Type | Method and Description |
|---|---|
SplitDocument.Builder |
index(Integer index)
The index for a given document in a DocumentGroup of a specific Type.
|
SplitDocument.Builder |
pages(Collection<Integer> pages)
An array of page numbers for a for a given document, ordered by logical boundary.
|
SplitDocument.Builder |
pages(Integer... pages)
An array of page numbers for a for a given document, ordered by logical boundary.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSplitDocument.Builder index(Integer index)
The index for a given document in a DocumentGroup of a specific Type.
index - The index for a given document in a DocumentGroup of a specific Type.SplitDocument.Builder pages(Collection<Integer> pages)
An array of page numbers for a for a given document, ordered by logical boundary.
pages - An array of page numbers for a for a given document, ordered by logical boundary.SplitDocument.Builder pages(Integer... pages)
An array of page numbers for a for a given document, ordered by logical boundary.
pages - An array of page numbers for a for a given document, ordered by logical boundary.Copyright © 2023. All rights reserved.