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