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