| Package | Description |
|---|---|
| com.cardpay.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
static Report.StatusEnum |
Report.StatusEnum.fromValue(String text) |
Report.StatusEnum |
Report.StatusEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Report.StatusEnum |
Report.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Report.StatusEnum[] |
Report.StatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Report.setStatus(Report.StatusEnum status) |
Report |
Report.status(Report.StatusEnum status) |
void |
Report.StatusEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Report.StatusEnum enumeration) |
Copyright © 2024. All rights reserved.