Uses of Class
com.xero.models.bankfeeds.Statement
Packages that use Statement
-
Uses of Statement in com.xero.api
Methods in com.xero.api that return types with arguments of type StatementModifier and TypeMethodDescriptionXeroBadRequestException.getStatementItems()Array of Statements Items of Errors ArrayXeroConflictException.getStatementItems()Array of Statements Items of Errors ArrayXeroMethodNotAllowedException.getStatementItems()Array of Statements Items of Errors ArrayMethods in com.xero.api with parameters of type StatementModifier and TypeMethodDescriptionXeroBadRequestException.addStatementItem(Statement item) Add Statement ItemsXeroConflictException.addStatementItem(Statement item) Add Statement ItemsXeroMethodNotAllowedException.addStatementItem(Statement item) XeroMethodNotAllowedExceptionMethod parameters in com.xero.api with type arguments of type StatementModifier and TypeMethodDescriptionvoidXeroBadRequestException.setStatementItems(List<Statement> statementItems) Set Statement ItemsvoidXeroConflictException.setStatementItems(List<Statement> statementItems) Set Statement ItemsvoidXeroMethodNotAllowedException.setStatementItems(List<Statement> statementItems) XeroMethodNotAllowedExceptionXeroBadRequestException.statementItems(List<Statement> statementItems) Init Statement ItemsXeroConflictException.statementItems(List<Statement> statementItems) Init Statement ItemsXeroMethodNotAllowedException.statementItems(List<Statement> statementItems) XeroMethodNotAllowedException -
Uses of Statement in com.xero.api.client
Methods in com.xero.api.client that return StatementModifier and TypeMethodDescriptionBankFeedsApi.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 StatementModifier and TypeMethodDescriptionStatement.addErrorsItem(Error errorsItem) errorsStatement.addStatementLinesItem(StatementLine statementLinesItem) statementLinesStatement.endBalance(EndBalance endBalance) endBalanceStatement.endDate(org.threeten.bp.LocalDate endDate) Closing balance date ISO-8601 YYYY-MM-DDerrorsStatement.feedConnectionId(UUID feedConnectionId) The Xero generated feed connection Id that identifies the Xero Bank Account Container into which the statement should be delivered.GUID used to identify the Statement.Statement.startBalance(StartBalance startBalance) startBalanceStatement.startDate(org.threeten.bp.LocalDate startDate) Opening balance date (can be no older than one year from the current date) ISO-8601 YYYY-MM-DDStatement.statementLineCount(Integer statementLineCount) statementLineCountStatement.statementLines(List<StatementLine> statementLines) statementLinesStatement.status(Statement.StatusEnum status) Current status of statementsMethods in com.xero.models.bankfeeds that return types with arguments of type StatementMethods in com.xero.models.bankfeeds with parameters of type StatementMethod parameters in com.xero.models.bankfeeds with type arguments of type Statement