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(java.lang.String barcodeType) |
|
boolean |
equals(java.lang.Object o) |
|
java.lang.String |
getBarcodeType() |
Specifies encode type property to search barcodes.
|
SearchBarcodeOptions.MatchTypeEnum |
getMatchType() |
Get or set barcode text match type search.
|
java.lang.String |
getText() |
Specifies text for searching and matching in barcode signature
|
int |
hashCode() |
|
SearchBarcodeOptions |
matchType(SearchBarcodeOptions.MatchTypeEnum matchType) |
|
void |
setBarcodeType(java.lang.String barcodeType) |
|
void |
setMatchType(SearchBarcodeOptions.MatchTypeEnum matchType) |
|
void |
setText(java.lang.String text) |
|
SearchBarcodeOptions |
text(java.lang.String text) |
|
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
allPages, getAllPages, getPage, getPagesSetup, getSignatureType, page, pagesSetup, setAllPages, setPage, setPagesSetup, setSignatureType, signatureType
public SearchBarcodeOptions barcodeType(java.lang.String barcodeType)
public java.lang.String getBarcodeType()
public void setBarcodeType(java.lang.String barcodeType)
public SearchBarcodeOptions text(java.lang.String text)
public java.lang.String getText()
public void setText(java.lang.String text)
public SearchBarcodeOptions matchType(SearchBarcodeOptions.MatchTypeEnum matchType)
public SearchBarcodeOptions.MatchTypeEnum getMatchType()
public void setMatchType(SearchBarcodeOptions.MatchTypeEnum matchType)
public boolean equals(java.lang.Object o)
equals
in class SearchOptions
public int hashCode()
hashCode
in class SearchOptions
public java.lang.String toString()
toString
in class SearchOptions
Copyright © 2021. All rights reserved.