Uses of Class
com.xero.models.bankfeeds.Statement
| Package | Description |
|---|---|
| com.xero.api | |
| com.xero.api.client | |
| com.xero.models.bankfeeds |
-
Uses of Statement in com.xero.api
Methods in com.xero.api that return types with arguments of type Statement Modifier and Type Method Description List<Statement>XeroBadRequestException. getStatementItems()Array of Statements Items of Errors ArrayList<Statement>XeroConflictException. getStatementItems()Array of Statements Items of Errors ArrayList<Statement>XeroMethodNotAllowedException. getStatementItems()Array of Statements Items of Errors ArrayMethods in com.xero.api with parameters of type Statement Modifier and Type Method Description XeroBadRequestExceptionXeroBadRequestException. addStatementItem(Statement item)XeroConflictExceptionXeroConflictException. addStatementItem(Statement item)XeroMethodNotAllowedExceptionXeroMethodNotAllowedException. addStatementItem(Statement item)Method parameters in com.xero.api with type arguments of type Statement Modifier and Type Method Description voidXeroBadRequestException. setStatementItems(List<Statement> statementItems)voidXeroConflictException. setStatementItems(List<Statement> statementItems)voidXeroMethodNotAllowedException. setStatementItems(List<Statement> statementItems)XeroBadRequestExceptionXeroBadRequestException. statementItems(List<Statement> statementItems)XeroConflictExceptionXeroConflictException. statementItems(List<Statement> statementItems)XeroMethodNotAllowedExceptionXeroMethodNotAllowedException. statementItems(List<Statement> statementItems) -
Uses of Statement in com.xero.api.client
Methods in com.xero.api.client that return Statement Modifier and Type Method Description StatementBankFeedsApi. 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 -
Uses of Statement in com.xero.models.bankfeeds
Methods in com.xero.models.bankfeeds that return Statement Modifier and Type Method Description StatementStatement. addErrorsItem(Error errorsItem)StatementStatement. addStatementLinesItem(StatementLine statementLinesItem)StatementStatement. endBalance(EndBalance endBalance)StatementStatement. endDate(org.threeten.bp.LocalDate endDate)StatementStatement. errors(List<Error> errors)StatementStatement. feedConnectionId(UUID feedConnectionId)StatementStatement. id(UUID id)StatementStatement. startBalance(StartBalance startBalance)StatementStatement. startDate(org.threeten.bp.LocalDate startDate)StatementStatement. statementLineCount(Integer statementLineCount)StatementStatement. statementLines(List<StatementLine> statementLines)StatementStatement. status(Statement.StatusEnum status)Methods in com.xero.models.bankfeeds that return types with arguments of type Statement Modifier and Type Method Description List<Statement>Statements. getItems()Get itemsMethods in com.xero.models.bankfeeds with parameters of type Statement Modifier and Type Method Description StatementsStatements. addItemsItem(Statement itemsItem)Method parameters in com.xero.models.bankfeeds with type arguments of type Statement Modifier and Type Method Description StatementsStatements. items(List<Statement> items)voidStatements. setItems(List<Statement> items)