public class SearchBarcodeOptions extends SearchOptions
| Modifier and Type | Class | Description |
|---|---|---|
static class |
SearchBarcodeOptions.MatchTypeEnum |
Get or set barcode text match type search.
|
OptionsBase.SignatureTypeEnum| Constructor | Description |
|---|---|
SearchBarcodeOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
SearchBarcodeOptions |
barcodeType(String barcodeType) |
|
boolean |
equals(Object o) |
|
String |
getBarcodeType() |
Specifies encode type property to search barcodes.
|
SearchBarcodeOptions.MatchTypeEnum |
getMatchType() |
Get or set barcode text match type search.
|
String |
getText() |
Specifies text for searching and matching in barcode signature
|
int |
hashCode() |
|
SearchBarcodeOptions |
matchType(SearchBarcodeOptions.MatchTypeEnum matchType) |
|
void |
setBarcodeType(String barcodeType) |
|
void |
setMatchType(SearchBarcodeOptions.MatchTypeEnum matchType) |
|
void |
setText(String text) |
|
SearchBarcodeOptions |
text(String text) |
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitallPages, getAllPages, getPage, getPagesSetup, getSignatureType, page, pagesSetup, setAllPages, setPage, setPagesSetup, setSignatureType, signatureTypepublic SearchBarcodeOptions barcodeType(String barcodeType)
public String getBarcodeType()
public void setBarcodeType(String barcodeType)
public SearchBarcodeOptions text(String text)
public String getText()
public void setText(String text)
public SearchBarcodeOptions matchType(SearchBarcodeOptions.MatchTypeEnum matchType)
public SearchBarcodeOptions.MatchTypeEnum getMatchType()
public void setMatchType(SearchBarcodeOptions.MatchTypeEnum matchType)
public boolean equals(Object o)
equals in class SearchOptionspublic int hashCode()
hashCode in class SearchOptionspublic String toString()
toString in class SearchOptionsCopyright © 2025. All rights reserved.