| Package | Description |
|---|---|
| com.bymdev.voucherhub.model |
| Modifier and Type | Method and Description |
|---|---|
static ProductSuggestion.CustomerTypeEnum |
ProductSuggestion.CustomerTypeEnum.fromValue(String text) |
ProductSuggestion.CustomerTypeEnum |
ProductSuggestion.getCustomerType()
Get customerType
|
ProductSuggestion.CustomerTypeEnum |
ProductSuggestion.CustomerTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ProductSuggestion.CustomerTypeEnum |
ProductSuggestion.CustomerTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductSuggestion.CustomerTypeEnum[] |
ProductSuggestion.CustomerTypeEnum.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.customerType(ProductSuggestion.CustomerTypeEnum customerType) |
void |
ProductSuggestion.setCustomerType(ProductSuggestion.CustomerTypeEnum customerType) |
void |
ProductSuggestion.CustomerTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ProductSuggestion.CustomerTypeEnum enumeration) |
Copyright © 2018. All rights reserved.