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