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