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