public static class SaveOptions.Builder extends Object
SaveOptions builder.| Constructor and Description |
|---|
Builder()
Instantiates a new Builder object.
|
| Modifier and Type | Method and Description |
|---|---|
SaveOptions |
build()
Returns the object that was created and configured along with the builder.
|
SaveOptions.Builder |
setCloneMetadataType(MetadataType value)
Sets a stragegy of processing metadata saving result document.
|
SaveOptions.Builder |
setFileAuthorMetadata(FileAuthorMetadata value)
Sets a metadata object that should be set into result document when
setCloneMetadataType(MetadataType) is set to MetadataType.FILE_AUTHOR. |
SaveOptions.Builder |
setFolderPath(String value)
Sets a folder path to which result images should be saved.
|
SaveOptions.Builder |
setPassword(String value)
Sets a password for result document.
|
public final SaveOptions build()
public SaveOptions.Builder setCloneMetadataType(MetadataType value)
Sets a stragegy of processing metadata saving result document.
Possible values are in enumMetadataTypevalue - The stragegy of processing metadatapublic SaveOptions.Builder setFileAuthorMetadata(FileAuthorMetadata value)
Sets a metadata object that should be set into result document when setCloneMetadataType(MetadataType) is set to MetadataType.FILE_AUTHOR.
value - The metadata objectpublic SaveOptions.Builder setFolderPath(String value)
Sets a folder path to which result images should be saved.
Used for Imaging Comparison only.value - The folder path to save result imagespublic SaveOptions.Builder setPassword(String value)
Sets a password for result document.
value - The passwordCopyright © 2024. All rights reserved.