-
-
Methods in com.xero.api.client that return FeedConnections
| Modifier and Type |
Method |
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.
|
Methods in com.xero.api.client with parameters of type FeedConnections
| Modifier and Type |
Method |
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) |
|
-