| Package | Description |
|---|---|
| com.xero.api | |
| com.xero.api.client | |
| com.xero.models.bankfeeds |
| Modifier and Type | Method and Description |
|---|---|
List<Statement> |
XeroMethodNotAllowedException.getStatementItems()
Array of Statements Items of Errors Array
|
List<Statement> |
XeroBadRequestException.getStatementItems()
Array of Statements Items of Errors Array
|
| Modifier and Type | Method and Description |
|---|---|
XeroMethodNotAllowedException |
XeroMethodNotAllowedException.addStatementItem(Statement item) |
XeroBadRequestException |
XeroBadRequestException.addStatementItem(Statement item) |
| Modifier and Type | Method and Description |
|---|---|
void |
XeroMethodNotAllowedException.setStatementItems(List<Statement> statementItems) |
void |
XeroBadRequestException.setStatementItems(List<Statement> statementItems) |
XeroMethodNotAllowedException |
XeroMethodNotAllowedException.statementItems(List<Statement> statementItems) |
XeroBadRequestException |
XeroBadRequestException.statementItems(List<Statement> statementItems) |
| Modifier and Type | Method and Description |
|---|---|
Statement |
BankFeedsApi.getStatement(String accessToken,
String xeroTenantId,
UUID statementId)
Retrive single statement based on unique id provided
By passing in a statement id, you can search for matching statements
|
| Modifier and Type | Method and Description |
|---|---|
Statement |
Statement.addErrorsItem(Error errorsItem) |
Statement |
Statement.addStatementLinesItem(StatementLine statementLinesItem) |
Statement |
Statement.endBalance(EndBalance endBalance) |
Statement |
Statement.endDate(org.threeten.bp.LocalDate endDate) |
Statement |
Statement.errors(List<Error> errors) |
Statement |
Statement.feedConnectionId(UUID feedConnectionId) |
Statement |
Statement.id(UUID id) |
Statement |
Statement.startBalance(StartBalance startBalance) |
Statement |
Statement.startDate(org.threeten.bp.LocalDate startDate) |
Statement |
Statement.statementLineCount(Integer statementLineCount) |
Statement |
Statement.statementLines(List<StatementLine> statementLines) |
Statement |
Statement.status(Statement.StatusEnum status) |
| Modifier and Type | Method and Description |
|---|---|
List<Statement> |
Statements.getItems()
Get items
|
| Modifier and Type | Method and Description |
|---|---|
Statements |
Statements.addItemsItem(Statement itemsItem) |
| Modifier and Type | Method and Description |
|---|---|
Statements |
Statements.items(List<Statement> items) |
void |
Statements.setItems(List<Statement> items) |
Copyright © 2020. All rights reserved.