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