| Package | Description |
|---|---|
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
static Bank.SupportedDataSourcesEnum |
Bank.SupportedDataSourcesEnum.fromValue(String text) |
Bank.SupportedDataSourcesEnum |
Bank.SupportedDataSourcesEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Bank.SupportedDataSourcesEnum |
Bank.SupportedDataSourcesEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bank.SupportedDataSourcesEnum[] |
Bank.SupportedDataSourcesEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Bank.SupportedDataSourcesEnum> |
Bank.getSupportedDataSources()
List of the data sources that finAPI will use for data download for this bank.
|
| Modifier and Type | Method and Description |
|---|---|
Bank |
Bank.addSupportedDataSourcesItem(Bank.SupportedDataSourcesEnum supportedDataSourcesItem) |
void |
Bank.SupportedDataSourcesEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Bank.SupportedDataSourcesEnum enumeration) |
| Modifier and Type | Method and Description |
|---|---|
void |
Bank.setSupportedDataSources(List<Bank.SupportedDataSourcesEnum> supportedDataSources) |
Bank |
Bank.supportedDataSources(List<Bank.SupportedDataSourcesEnum> supportedDataSources) |
Copyright © 2018. All rights reserved.