| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.bankfeeds |
| Modifier and Type | Method and Description |
|---|---|
FeedConnection |
BankFeedsApi.getFeedConnection(String id)
get single feed connection by id
By passing in a FeedConnection Id options, you can search for available feed connections in the system
|
| Modifier and Type | Method and Description |
|---|---|
FeedConnection |
FeedConnection.accountId(String accountId) |
FeedConnection |
FeedConnection.accountName(String accountName) |
FeedConnection |
FeedConnection.accountNumber(String accountNumber) |
FeedConnection |
FeedConnection.accountToken(String accountToken) |
FeedConnection |
FeedConnection.accountType(FeedConnection.AccountTypeEnum accountType) |
FeedConnection |
FeedConnection.country(String country) |
FeedConnection |
FeedConnection.currency(String currency) |
FeedConnection |
FeedConnection.error(Error error) |
FeedConnection |
FeedConnection.id(String id) |
FeedConnection |
FeedConnection.status(FeedConnection.StatusEnum status) |
| Modifier and Type | Method and Description |
|---|---|
List<FeedConnection> |
FeedConnections.getItems()
Get items
|
| Modifier and Type | Method and Description |
|---|---|
FeedConnections |
FeedConnections.addItemsItem(FeedConnection itemsItem) |
| Modifier and Type | Method and Description |
|---|---|
FeedConnections |
FeedConnections.items(List<FeedConnection> items) |
void |
FeedConnections.setItems(List<FeedConnection> items) |
Copyright © 2018. All rights reserved.