| Package | Description |
|---|---|
| com.xero.api | |
| com.xero.api.client | |
| com.xero.models.bankfeeds |
| Modifier and Type | Method and Description |
|---|---|
void |
XeroApiExceptionHandler.validationError(String objectType,
FeedConnections error) |
| Constructor and Description |
|---|
XeroBadRequestException(String objectType,
FeedConnections error) |
XeroMethodNotAllowedException(String objectType,
FeedConnections error) |
| Modifier and Type | Method and Description |
|---|---|
FeedConnections |
BankFeedsApi.createFeedConnections(String accessToken,
String xeroTenantId,
FeedConnections feedConnections)
create one or more new feed connection
By passing in the FeedConnections array object in the body, you can create one or more new feed connections
|
FeedConnections |
BankFeedsApi.deleteFeedConnections(String accessToken,
String xeroTenantId,
FeedConnections feedConnections)
Delete an exsiting feed connection
By passing in FeedConnections array object in the body, you can delete a feed connection.
|
FeedConnections |
BankFeedsApi.getFeedConnections(String accessToken,
String xeroTenantId,
Integer page,
Integer pageSize)
searches feed connections
By passing in the appropriate options, you can search for available feed connections in the system.
|
| Modifier and Type | Method and Description |
|---|---|
FeedConnections |
BankFeedsApi.createFeedConnections(String accessToken,
String xeroTenantId,
FeedConnections feedConnections)
create one or more new feed connection
By passing in the FeedConnections array object in the body, you can create one or more new feed connections
|
com.google.api.client.http.HttpResponse |
BankFeedsApi.createFeedConnectionsForHttpResponse(String accessToken,
String xeroTenantId,
FeedConnections feedConnections) |
FeedConnections |
BankFeedsApi.deleteFeedConnections(String accessToken,
String xeroTenantId,
FeedConnections feedConnections)
Delete an exsiting feed connection
By passing in FeedConnections array object in the body, you can delete a feed connection.
|
com.google.api.client.http.HttpResponse |
BankFeedsApi.deleteFeedConnectionsForHttpResponse(String accessToken,
String xeroTenantId,
FeedConnections feedConnections) |
| Modifier and Type | Method and Description |
|---|---|
FeedConnections |
FeedConnections.addItemsItem(FeedConnection itemsItem) |
FeedConnections |
FeedConnections.items(List<FeedConnection> items) |
FeedConnections |
FeedConnections.pagination(Pagination pagination) |
Copyright © 2020. All rights reserved.