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