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