Uses of Class
com.xero.models.bankfeeds.Statement
-
Packages that use 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)Add Statement ItemsXeroConflictExceptionXeroConflictException. addStatementItem(Statement item)Add Statement ItemsXeroMethodNotAllowedExceptionXeroMethodNotAllowedException. addStatementItem(Statement item)XeroMethodNotAllowedExceptionMethod parameters in com.xero.api with type arguments of type Statement Modifier and Type Method Description voidXeroBadRequestException. setStatementItems(List<Statement> statementItems)Set Statement ItemsvoidXeroConflictException. setStatementItems(List<Statement> statementItems)Set Statement ItemsvoidXeroMethodNotAllowedException. setStatementItems(List<Statement> statementItems)XeroMethodNotAllowedExceptionXeroBadRequestExceptionXeroBadRequestException. statementItems(List<Statement> statementItems)Init Statement ItemsXeroConflictExceptionXeroConflictException. statementItems(List<Statement> statementItems)Init Statement ItemsXeroMethodNotAllowedExceptionXeroMethodNotAllowedException. statementItems(List<Statement> statementItems)XeroMethodNotAllowedException -
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)Retrieve 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)errorsStatementStatement. addStatementLinesItem(StatementLine statementLinesItem)statementLinesStatementStatement. endBalance(EndBalance endBalance)endBalanceStatementStatement. endDate(org.threeten.bp.LocalDate endDate)Closing balance date ISO-8601 YYYY-MM-DDStatementStatement. errors(List<Error> errors)errorsStatementStatement. feedConnectionId(UUID feedConnectionId)The Xero generated feed connection Id that identifies the Xero Bank Account Container into which the statement should be delivered.StatementStatement. id(UUID id)GUID used to identify the Statement.StatementStatement. startBalance(StartBalance startBalance)startBalanceStatementStatement. startDate(org.threeten.bp.LocalDate startDate)Opening balance date (can be no older than one year from the current date) ISO-8601 YYYY-MM-DDStatementStatement. statementLineCount(Integer statementLineCount)statementLineCountStatementStatement. statementLines(List<StatementLine> statementLines)statementLinesStatementStatement. status(Statement.StatusEnum status)Current status of statementsMethods 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)itemsMethod parameters in com.xero.models.bankfeeds with type arguments of type Statement Modifier and Type Method Description StatementsStatements. items(List<Statement> items)itemsvoidStatements. setItems(List<Statement> items)items
-