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