public class RemoveOptions extends SearchCriteriaOptions
Constructor | Description |
---|---|
RemoveOptions() |
Modifier and Type | Method | Description |
---|---|---|
RemoveOptions |
addRemoveIdsItem(Integer removeIdsItem) |
|
boolean |
equals(Object o) |
|
RemoveOptions |
fileInfo(FileInfo fileInfo) |
|
FileInfo |
getFileInfo() |
Gets or sets the file information.
|
String |
getOutputFolder() |
Gets or sets the output folder.
|
List<Integer> |
getRemoveIds() |
Gets or sets the remove ids.
|
int |
hashCode() |
|
RemoveOptions |
outputFolder(String outputFolder) |
|
RemoveOptions |
removeIds(List<Integer> removeIds) |
|
void |
setFileInfo(FileInfo fileInfo) |
|
void |
setOutputFolder(String outputFolder) |
|
void |
setRemoveIds(List<Integer> removeIds) |
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getImageSearchCriteria, getRotateAngleSearchCriteria, getSizeSearchCriteria, getTextFormattingSearchCriteria, getTextSearchCriteria, imageSearchCriteria, rotateAngleSearchCriteria, setImageSearchCriteria, setRotateAngleSearchCriteria, setSizeSearchCriteria, setTextFormattingSearchCriteria, setTextSearchCriteria, sizeSearchCriteria, textFormattingSearchCriteria, textSearchCriteria
public RemoveOptions fileInfo(FileInfo fileInfo)
public FileInfo getFileInfo()
public void setFileInfo(FileInfo fileInfo)
public RemoveOptions outputFolder(String outputFolder)
public String getOutputFolder()
public void setOutputFolder(String outputFolder)
public RemoveOptions removeIds(List<Integer> removeIds)
public RemoveOptions addRemoveIdsItem(Integer removeIdsItem)
public boolean equals(Object o)
equals
in class SearchCriteriaOptions
public int hashCode()
hashCode
in class SearchCriteriaOptions
public String toString()
toString
in class SearchCriteriaOptions
Copyright © 2019. All rights reserved.