| Package | Description |
|---|---|
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
static Transfer.FromEnum |
Transfer.FromEnum.fromValue(String value) |
Transfer.FromEnum |
Transfer.getFrom()
Account transferred from
|
Transfer.FromEnum |
Transfer.FromEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Transfer.FromEnum |
Transfer.FromEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transfer.FromEnum[] |
Transfer.FromEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Transfer |
Transfer.from(Transfer.FromEnum from) |
void |
Transfer.setFrom(Transfer.FromEnum from) |
void |
Transfer.FromEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Transfer.FromEnum enumeration) |
Copyright © 2021. All rights reserved.