| Package | Description |
|---|---|
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
static Account.StatusEnum |
Account.StatusEnum.fromValue(String text) |
Account.StatusEnum |
Account.getStatus()
The current status of the account.
|
Account.StatusEnum |
Account.StatusEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Account.StatusEnum |
Account.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Account.StatusEnum[] |
Account.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 |
Account.setStatus(Account.StatusEnum status) |
Account |
Account.status(Account.StatusEnum status) |
void |
Account.StatusEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Account.StatusEnum enumeration) |
Copyright © 2018. All rights reserved.