public class RemoveOptions extends Object
| Constructor | Description |
|---|---|
RemoveOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
RemoveOptions |
addAnnotationIdsItem(Integer annotationIdsItem) |
|
RemoveOptions |
annotationIds(List<Integer> annotationIds) |
|
boolean |
equals(Object o) |
|
RemoveOptions |
fileInfo(FileInfo fileInfo) |
|
List<Integer> |
getAnnotationIds() |
List of annotation IDs to remove from the document
|
FileInfo |
getFileInfo() |
Input document description
|
String |
getOutputPath() |
Path to output document in the cloud storage.
|
int |
hashCode() |
|
RemoveOptions |
outputPath(String outputPath) |
|
void |
setAnnotationIds(List<Integer> annotationIds) |
|
void |
setFileInfo(FileInfo fileInfo) |
|
void |
setOutputPath(String outputPath) |
|
String |
toString() |
public RemoveOptions fileInfo(FileInfo fileInfo)
public FileInfo getFileInfo()
public void setFileInfo(FileInfo fileInfo)
public RemoveOptions annotationIds(List<Integer> annotationIds)
public RemoveOptions addAnnotationIdsItem(Integer annotationIdsItem)
public List<Integer> getAnnotationIds()
public RemoveOptions outputPath(String outputPath)
public String getOutputPath()
public void setOutputPath(String outputPath)
Copyright © 2025. All rights reserved.