public class SearchQRCodeOptions extends SearchOptions
| Modifier and Type | Class | Description |
|---|---|---|
static class |
SearchQRCodeOptions.MatchTypeEnum |
Get or set barcode text Match Type search.
|
OptionsBase.SignatureTypeEnum| Constructor | Description |
|---|---|
SearchQRCodeOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
SearchQRCodeOptions.MatchTypeEnum |
getMatchType() |
Get or set barcode text Match Type search.
|
String |
getQrCodeType() |
Specifies Encode Type property to search barcodes.
|
String |
getText() |
Specifies text for searching and matching in barcode signature
|
int |
hashCode() |
|
SearchQRCodeOptions |
matchType(SearchQRCodeOptions.MatchTypeEnum matchType) |
|
SearchQRCodeOptions |
qrCodeType(String qrCodeType) |
|
void |
setMatchType(SearchQRCodeOptions.MatchTypeEnum matchType) |
|
void |
setQrCodeType(String qrCodeType) |
|
void |
setText(String text) |
|
SearchQRCodeOptions |
text(String text) |
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitallPages, getAllPages, getPage, getPagesSetup, getSignatureType, page, pagesSetup, setAllPages, setPage, setPagesSetup, setSignatureType, signatureTypepublic SearchQRCodeOptions qrCodeType(String qrCodeType)
public String getQrCodeType()
public void setQrCodeType(String qrCodeType)
public SearchQRCodeOptions text(String text)
public String getText()
public void setText(String text)
public SearchQRCodeOptions matchType(SearchQRCodeOptions.MatchTypeEnum matchType)
public SearchQRCodeOptions.MatchTypeEnum getMatchType()
public void setMatchType(SearchQRCodeOptions.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.