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