Uses of Class
com.xero.api.XeroBadRequestException
Packages that use XeroBadRequestException
-
Uses of XeroBadRequestException in com.xero.api
Methods in com.xero.api that return XeroBadRequestExceptionModifier and TypeMethodDescriptionXeroBadRequestException.addElementsItem(Element elementsItem) Add ElementsXeroBadRequestException.addEmployeeItems(Employee item) Add Payroll AU Employee itemsXeroBadRequestException.addFeedConnectionItems(FeedConnection item) Add Feed Connection ItemsXeroBadRequestException.addFieldValidationErrorsElement(FieldValidationErrorsElement element) Add Assets Field Validation ErrorsXeroBadRequestException.addPayItemItems(PayItem item) Add Payroll AU PayItem itemsXeroBadRequestException.addPayrollCalendarItems(PayrollCalendar item) Add Payroll AU Calendar itemsXeroBadRequestException.addPayRunItems(PayRun item) Add Payroll AU PayRun itemsXeroBadRequestException.addStatementItem(Statement item) Add Statement ItemsXeroBadRequestException.addSuperFundItems(SuperFund item) Add Payroll AU SuperFund itemsXeroBadRequestException.addTimesheetItems(Timesheet item) Add Payroll AU Timesheet itemsInit ElementsXeroBadRequestException.employeeItemsItems(List<Employee> employeeItems) Init Payroll AU Employee itemsXeroBadRequestException.feedConnectionItems(List<FeedConnection> feedConnectionItems) Init Feed Connection ItemsXeroBadRequestException.fieldValidationErrorsElements(List<FieldValidationErrorsElement> fieldValidationErrorsElements) Init Assets Field Validation ErrorsInit MessageXeroBadRequestException.payItemItems(List<PayItem> payItemItems) Init Payroll AU PayItem itemsXeroBadRequestException.payrollCalendarItems(List<PayrollCalendar> payrollCalendarItems) Init Payroll AU Calendar itemsXeroBadRequestException.payrollNzProblem(Problem problem) Init Payroll NZ ProblemXeroBadRequestException.payrollUkProblem(Problem problem) Init Payroll UK ProblemXeroBadRequestException.payRunItems(List<PayRun> payRunItems) Init Payroll AU PayRun itemsXeroBadRequestException.statementItems(List<Statement> statementItems) Init Statement ItemsXeroBadRequestException.statusCode(Integer statusCode) Init StatusCodeXeroBadRequestException.superFundItems(List<SuperFund> superFundItems) Init Payroll AU SuperFund itemsXeroBadRequestException.timesheetItems(List<Timesheet> timesheetItems) Initilize Payroll AU Timesheet itemsInit Type