| Package | Description |
|---|---|
| com.xero.api | |
| com.xero.api.client | |
| com.xero.models.bankfeeds |
| Modifier and Type | Method and Description |
|---|---|
void |
XeroApiExceptionHandler.validationError(String objectType,
Statements error) |
| Constructor and Description |
|---|
XeroBadRequestException(String objectType,
Statements error) |
XeroMethodNotAllowedException(String objectType,
Statements error) |
| Modifier and Type | Method and Description |
|---|---|
Statements |
BankFeedsApi.createStatements(String accessToken,
String xeroTenantId,
Statements statements)
202 - Success returns Statements array of objects in response
|
Statements |
BankFeedsApi.getStatements(String accessToken,
String xeroTenantId,
Integer page,
Integer pageSize,
String xeroApplicationId,
String xeroUserId)
Retrive all statements based on unique search criteria
By passing in parameters, you can search for matching statements
|
| Modifier and Type | Method and Description |
|---|---|
Statements |
BankFeedsApi.createStatements(String accessToken,
String xeroTenantId,
Statements statements)
202 - Success returns Statements array of objects in response
|
com.google.api.client.http.HttpResponse |
BankFeedsApi.createStatementsForHttpResponse(String accessToken,
String xeroTenantId,
Statements statements) |
| Modifier and Type | Method and Description |
|---|---|
Statements |
Statements.addItemsItem(Statement itemsItem) |
Statements |
Statements.items(List<Statement> items) |
Statements |
Statements.pagination(Pagination pagination) |
Copyright © 2020. All rights reserved.