| Package | Description |
|---|---|
| com.bymdev.voucherhub.model |
| Modifier and Type | Method and Description |
|---|---|
static ProductSuggestion.ConnectionTypeEnum |
ProductSuggestion.ConnectionTypeEnum.fromValue(String text) |
ProductSuggestion.ConnectionTypeEnum |
ProductSuggestion.getConnectionType()
Get connectionType
|
ProductSuggestion.ConnectionTypeEnum |
ProductSuggestion.ConnectionTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ProductSuggestion.ConnectionTypeEnum |
ProductSuggestion.ConnectionTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductSuggestion.ConnectionTypeEnum[] |
ProductSuggestion.ConnectionTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProductSuggestion |
ProductSuggestion.connectionType(ProductSuggestion.ConnectionTypeEnum connectionType) |
void |
ProductSuggestion.setConnectionType(ProductSuggestion.ConnectionTypeEnum connectionType) |
void |
ProductSuggestion.ConnectionTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ProductSuggestion.ConnectionTypeEnum enumeration) |
Copyright © 2018. All rights reserved.