Uses of Class
com.xero.models.payrollau.Employee
-
Packages that use Employee Package Description com.xero.api com.xero.api.client com.xero.models.payrollau -
-
Uses of Employee in com.xero.api
Methods in com.xero.api that return types with arguments of type Employee Modifier and Type Method Description List<Employee>XeroBadRequestException. getEmployeeItems()Array of FeedConnection of Errors ArrayMethods in com.xero.api with parameters of type Employee Modifier and Type Method Description XeroBadRequestExceptionXeroBadRequestException. addEmployeeItems(Employee item)Add Payroll AU Employee itemsMethod parameters in com.xero.api with type arguments of type Employee Modifier and Type Method Description XeroBadRequestExceptionXeroBadRequestException. employeeItemsItems(List<Employee> employeeItems)Init Payroll AU Employee itemsvoidXeroBadRequestException. setEmployeeItems(List<Employee> employeeItems)Set Payroll AU Employee items -
Uses of Employee in com.xero.api.client
Method parameters in com.xero.api.client with type arguments of type Employee Modifier and Type Method Description EmployeesPayrollAuApi. createEmployee(String accessToken, String xeroTenantId, List<Employee> employee)Creates a payroll employeecom.google.api.client.http.HttpResponsePayrollAuApi. createEmployeeForHttpResponse(String accessToken, String xeroTenantId, List<Employee> employee)Creates a payroll employeeEmployeesPayrollAuApi. updateEmployee(String accessToken, String xeroTenantId, UUID employeeID, List<Employee> employee)Updates an employee's detail Update properties on a single employeecom.google.api.client.http.HttpResponsePayrollAuApi. updateEmployeeForHttpResponse(String accessToken, String xeroTenantId, UUID employeeID, List<Employee> employee)Updates an employee's detail Update properties on a single employee -
Uses of Employee in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return Employee Modifier and Type Method Description EmployeeEmployee. addBankAccountsItem(BankAccount bankAccountsItem)bankAccountsEmployeeEmployee. addLeaveBalancesItem(LeaveBalance leaveBalancesItem)leaveBalancesEmployeeEmployee. addLeaveLinesItem(LeaveLine leaveLinesItem)leaveLinesEmployeeEmployee. addSuperMembershipsItem(SuperMembership superMembershipsItem)superMembershipsEmployeeEmployee. addValidationErrorsItem(ValidationError validationErrorsItem)Displays array of validation error messages from the APIEmployeeEmployee. bankAccounts(List<BankAccount> bankAccounts)bankAccountsEmployeeEmployee. classification(String classification)Employees classificationEmployeeEmployee. dateOfBirth(String dateOfBirth)Date of birth of the employee (YYYY-MM-DD)EmployeeEmployee. email(String email)The email address for the employeeEmployeeEmployee. employeeGroupName(String employeeGroupName)The Employee Group allows you to report on payroll expenses and liabilities for each group of employeesEmployeeEmployee. employeeID(UUID employeeID)Xero unique identifier for an EmployeeEmployeeEmployee. firstName(String firstName)First name of employeeEmployeeEmployee. gender(Employee.GenderEnum gender)The employee’s gender.EmployeeEmployee. homeAddress(HomeAddress homeAddress)homeAddressEmployeeEmployee. isAuthorisedToApproveLeave(Boolean isAuthorisedToApproveLeave)Authorised to approve other employees' leave requestsEmployeeEmployee. isAuthorisedToApproveTimesheets(Boolean isAuthorisedToApproveTimesheets)Authorised to approve timesheetsEmployeeEmployee. jobTitle(String jobTitle)JobTitle of the employeeEmployeeEmployee. lastName(String lastName)Last name of employeeEmployeeEmployee. leaveBalances(List<LeaveBalance> leaveBalances)leaveBalancesEmployeeEmployee. leaveLines(List<LeaveLine> leaveLines)leaveLinesEmployeeEmployee. middleNames(String middleNames)Middle name(s) of the employeeEmployeeEmployee. mobile(String mobile)Employee mobile numberEmployeeEmployee. openingBalances(OpeningBalances openingBalances)openingBalancesEmployeeEmployee. ordinaryEarningsRateID(UUID ordinaryEarningsRateID)Xero unique identifier for earnings rateEmployeeEmployee. payrollCalendarID(UUID payrollCalendarID)Xero unique identifier for payroll calendar for the employeeEmployeeEmployee. payTemplate(PayTemplate payTemplate)payTemplateEmployeeEmployee. phone(String phone)Employee phone numberEmployeeEmployee. startDate(String startDate)Start date for an employee (YYYY-MM-DD)EmployeeEmployee. status(EmployeeStatus status)statusEmployeeEmployee. superMemberships(List<SuperMembership> superMemberships)superMembershipsEmployeeEmployee. taxDeclaration(TaxDeclaration taxDeclaration)taxDeclarationEmployeeEmployee. terminationDate(String terminationDate)Employee Termination Date (YYYY-MM-DD)EmployeeEmployee. terminationReason(Employee.TerminationReasonEnum terminationReason)* `V` Voluntary cessation - An employee resignation, retirement, domestic or pressing necessity or abandonment of employment * `I` Ill health - An employee resignation due to medical condition that prevents the continuation of employment, such as for illness, ill-health, medical unfitness or total permanent disability * `D` Deceased - The death of an employee * `R` Redundancy - An employer-initiated termination of employment due to a genuine redundancy or approved early retirement scheme * `F` Dismissal - An employer-initiated termination of employment due to dismissal, inability to perform the required work, misconduct or inefficiency * `C` Contract cessation - The natural conclusion of a limited employment relationship due to contract/engagement duration or task completion, seasonal work completion, or to cease casuals that are no longer required * `T` Transfer - The administrative arrangements performed to transfer employees across payroll systems, move them temporarily to another employer (machinery of government for public servants), transfer of business, move them to outsourcing arrangements or other such technical activities.EmployeeEmployee. title(String title)Title of the employeeEmployeeEmployee. twitterUserName(String twitterUserName)Employee’s twitter nameEmployeeEmployee. validationErrors(List<ValidationError> validationErrors)Displays array of validation error messages from the APIMethods in com.xero.models.payrollau that return types with arguments of type Employee Modifier and Type Method Description List<Employee>Employees. getEmployees()Get employeesMethods in com.xero.models.payrollau with parameters of type Employee Modifier and Type Method Description EmployeesEmployees. addEmployeesItem(Employee employeesItem)employeesMethod parameters in com.xero.models.payrollau with type arguments of type Employee Modifier and Type Method Description EmployeesEmployees. employees(List<Employee> employees)employeesvoidEmployees. setEmployees(List<Employee> employees)employees
-