| Package | Description |
|---|---|
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
static Account.SupportedOrdersEnum |
Account.SupportedOrdersEnum.fromValue(String text) |
Account.SupportedOrdersEnum |
Account.SupportedOrdersEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Account.SupportedOrdersEnum |
Account.SupportedOrdersEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Account.SupportedOrdersEnum[] |
Account.SupportedOrdersEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Account.SupportedOrdersEnum> |
Account.getSupportedOrders()
List of orders that this account supports.
|
| Modifier and Type | Method and Description |
|---|---|
Account |
Account.addSupportedOrdersItem(Account.SupportedOrdersEnum supportedOrdersItem) |
void |
Account.SupportedOrdersEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Account.SupportedOrdersEnum enumeration) |
| Modifier and Type | Method and Description |
|---|---|
void |
Account.setSupportedOrders(List<Account.SupportedOrdersEnum> supportedOrders) |
Account |
Account.supportedOrders(List<Account.SupportedOrdersEnum> supportedOrders) |
Copyright © 2018. All rights reserved.