Uses of Class
com.xero.models.bankfeeds.Statements
-
Packages that use 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)Handle Validation Errors (400)Constructors in com.xero.api with parameters of type Statements Constructor Description XeroBadRequestException(String objectType, Statements error, Exception e)XeroBadRequestExceptionXeroConflictException(String objectType, Statements error)XeroConflictExceptionXeroMethodNotAllowedException(String objectType, Statements error)XeroMethodNotAllowedException -
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)Creates one or more new statementsStatementsBankFeedsApi. getStatements(String accessToken, String xeroTenantId, Integer page, Integer pageSize, String xeroApplicationId, String xeroUserId)Retrieve all statements 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)Creates one or more new statementscom.google.api.client.http.HttpResponseBankFeedsApi. createStatementsForHttpResponse(String accessToken, String xeroTenantId, Statements statements)Creates one or more new 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)itemsStatementsStatements. items(List<Statement> items)itemsStatementsStatements. pagination(Pagination pagination)pagination
-