Uses of Class
com.xero.models.bankfeeds.Statements
| Package | Description |
|---|---|
| com.xero.api | |
| com.xero.api.client | |
| com.xero.models.bankfeeds |
-
Uses of Statements in com.xero.api
Methods in com.xero.api with parameters of type Statements Modifier and Type Method Description voidXeroApiExceptionHandler. validationError(String objectType, Statements error, Exception e)Constructors in com.xero.api with parameters of type Statements Constructor Description XeroBadRequestException(String objectType, Statements error, Exception e)XeroConflictException(String objectType, Statements error)XeroMethodNotAllowedException(String objectType, Statements error) -
Uses of Statements in com.xero.api.client
Methods in com.xero.api.client that return Statements Modifier and Type Method Description StatementsBankFeedsApi. createStatements(String accessToken, String xeroTenantId, Statements statements)202 - Success returns Statements array of objects in responseStatementsBankFeedsApi. 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 statementsMethods in com.xero.api.client with parameters of type Statements Modifier and Type Method Description StatementsBankFeedsApi. createStatements(String accessToken, String xeroTenantId, Statements statements)202 - Success returns Statements array of objects in responsecom.google.api.client.http.HttpResponseBankFeedsApi. createStatementsForHttpResponse(String accessToken, String xeroTenantId, Statements statements) -
Uses of Statements in com.xero.models.bankfeeds
Methods in com.xero.models.bankfeeds that return Statements Modifier and Type Method Description StatementsStatements. addItemsItem(Statement itemsItem)StatementsStatements. items(List<Statement> items)StatementsStatements. pagination(Pagination pagination)