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