public static class DocumentMetadata.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DocumentMetadata |
build() |
DocumentMetadata.Builder |
copy(DocumentMetadata model) |
DocumentMetadata.Builder |
mimeType(String mimeType)
The result data format.
|
DocumentMetadata.Builder |
pageCount(Integer pageCount)
Teh number of pages in the document.
|
public DocumentMetadata.Builder pageCount(Integer pageCount)
Teh number of pages in the document.
pageCount
- the value to setpublic DocumentMetadata.Builder mimeType(String mimeType)
The result data format.
mimeType
- the value to setpublic DocumentMetadata build()
public DocumentMetadata.Builder copy(DocumentMetadata model)
Copyright © 2016–2024. All rights reserved.