Uses of Class
com.xero.models.bankfeeds.Statements
Packages that use Statements
-
Uses of Statements in com.xero.api
Methods in com.xero.api with parameters of type StatementsModifier and TypeMethodDescriptionvoidXeroApiExceptionHandler.validationError(String objectType, Statements error, Exception e) Handle Validation Errors (400)Constructors in com.xero.api with parameters of type StatementsModifierConstructorDescriptionXeroBadRequestException(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 StatementsModifier and TypeMethodDescriptionBankFeedsApi.createStatements(String accessToken, String xeroTenantId, Statements statements, String idempotencyKey) Creates one or more new statementsBankFeedsApi.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 StatementsModifier and TypeMethodDescriptionBankFeedsApi.createStatements(String accessToken, String xeroTenantId, Statements statements, String idempotencyKey) Creates one or more new statementscom.google.api.client.http.HttpResponseBankFeedsApi.createStatementsForHttpResponse(String accessToken, String xeroTenantId, Statements statements, String idempotencyKey) Creates one or more new statements -
Uses of Statements in com.xero.models.bankfeeds
Methods in com.xero.models.bankfeeds that return StatementsModifier and TypeMethodDescriptionStatements.addItemsItem(Statement itemsItem) itemsitemsStatements.pagination(Pagination pagination) pagination