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