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