|
1 | 1 | /* |
2 | | - * Xero Bank Feeds API |
3 | | - * The Bank Feeds API is a closed API that is only available to financial institutions that have an established financial services partnership with Xero. If you're an existing financial services partner that wants access, contact your local Partner Manager. If you're a financial institution who wants to provide bank feeds to your business customers, contact us to become a financial services partner. |
| 2 | + * Bank Feeds API |
| 3 | + * This specifing endpoints Xero Bank feeds API |
4 | 4 | * |
5 | | - * The version of the OpenAPI document: 2.8.5 |
| 5 | + * The version of the OpenAPI document: 2.8.3 |
6 | 6 | |
7 | 7 | * |
8 | 8 | * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). |
@@ -45,7 +45,7 @@ public class BankFeedsApi { |
45 | 45 | private ApiClient apiClient; |
46 | 46 | private static BankFeedsApi instance = null; |
47 | 47 | private String userAgent = "Default"; |
48 | | - private String version = "4.5.3"; |
| 48 | + private String version = "4.5.2"; |
49 | 49 | static final Logger logger = LoggerFactory.getLogger(BankFeedsApi.class); |
50 | 50 |
|
51 | 51 | public BankFeedsApi() { |
@@ -80,7 +80,7 @@ public String getUserAgent() { |
80 | 80 | } |
81 | 81 |
|
82 | 82 | /** |
83 | | - * Create one or more new feed connection By passing in the FeedConnections array object in the |
| 83 | + * create one or more new feed connection By passing in the FeedConnections array object in the |
84 | 84 | * body, you can create one or more new feed connections |
85 | 85 | * |
86 | 86 | * <p><b>201</b> - success new feed connection(s)response |
@@ -255,7 +255,7 @@ public HttpResponse createStatementsForHttpResponse( |
255 | 255 | } |
256 | 256 |
|
257 | 257 | /** |
258 | | - * Delete an existing feed connection By passing in FeedConnections array object in the body, you |
| 258 | + * Delete an exsiting feed connection By passing in FeedConnections array object in the body, you |
259 | 259 | * can delete a feed connection. |
260 | 260 | * |
261 | 261 | * <p><b>202</b> - Success response for deleted feed connection |
@@ -334,7 +334,7 @@ public HttpResponse deleteFeedConnectionsForHttpResponse( |
334 | 334 | } |
335 | 335 |
|
336 | 336 | /** |
337 | | - * Retrieve single feed connection based on a unique id provided By passing in a FeedConnection Id |
| 337 | + * Retrive single feed connection based on unique id provided By passing in a FeedConnection Id |
338 | 338 | * options, you can search for matching feed connections |
339 | 339 | * |
340 | 340 | * <p><b>200</b> - success returns a FeedConnection object matching the id in response |
@@ -413,8 +413,8 @@ public HttpResponse getFeedConnectionForHttpResponse( |
413 | 413 | } |
414 | 414 |
|
415 | 415 | /** |
416 | | - * Searches for feed connections By passing in the appropriate options, you can search for |
417 | | - * available feed connections in the system. |
| 416 | + * searches feed connections By passing in the appropriate options, you can search for available |
| 417 | + * feed connections in the system. |
418 | 418 | * |
419 | 419 | * <p><b>201</b> - search results matching criteria returned with pagination and items array |
420 | 420 | * |
@@ -514,7 +514,7 @@ public HttpResponse getFeedConnectionsForHttpResponse( |
514 | 514 | } |
515 | 515 |
|
516 | 516 | /** |
517 | | - * Retrieve single statement based on unique id provided By passing in a statement id, you can |
| 517 | + * Retrive single statement based on unique id provided By passing in a statement id, you can |
518 | 518 | * search for matching statements |
519 | 519 | * |
520 | 520 | * <p><b>200</b> - search results matching id for single statement |
@@ -594,7 +594,8 @@ public HttpResponse getStatementForHttpResponse( |
594 | 594 | } |
595 | 595 |
|
596 | 596 | /** |
597 | | - * Retrieve all statements By passing in parameters, you can search for matching statements |
| 597 | + * Retrive all statements based on unique search criteria By passing in parameters, you can search |
| 598 | + * for matching statements |
598 | 599 | * |
599 | 600 | * <p><b>200</b> - success returns Statements array of objects response |
600 | 601 | * |
|
0 commit comments