Package | Description |
---|---|
com.groupdocs.cloud.signature.model |
Modifier and Type | Method | Description |
---|---|---|
static SearchBarcodeOptions.MatchTypeEnum |
SearchBarcodeOptions.MatchTypeEnum.fromValue(java.lang.String text) |
|
SearchBarcodeOptions.MatchTypeEnum |
SearchBarcodeOptions.getMatchType() |
Get or set barcode text match type search.
|
SearchBarcodeOptions.MatchTypeEnum |
SearchBarcodeOptions.MatchTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
|
static SearchBarcodeOptions.MatchTypeEnum |
SearchBarcodeOptions.MatchTypeEnum.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SearchBarcodeOptions.MatchTypeEnum[] |
SearchBarcodeOptions.MatchTypeEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
SearchBarcodeOptions |
SearchBarcodeOptions.matchType(SearchBarcodeOptions.MatchTypeEnum matchType) |
|
void |
SearchBarcodeOptions.setMatchType(SearchBarcodeOptions.MatchTypeEnum matchType) |
|
void |
SearchBarcodeOptions.MatchTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
SearchBarcodeOptions.MatchTypeEnum enumeration) |
Copyright © 2021. All rights reserved.