Uses of Class
com.xero.models.payrollnz.Employee
Packages that use Employee
-
Uses of Employee in com.xero.api.client
Methods in com.xero.api.client with parameters of type EmployeeModifier and TypeMethodDescriptionPayrollNzApi.createEmployee(String accessToken, String xeroTenantId, Employee employee, String idempotencyKey) Creates an employeescom.google.api.client.http.HttpResponsePayrollNzApi.createEmployeeForHttpResponse(String accessToken, String xeroTenantId, Employee employee, String idempotencyKey) Creates an employeesPayrollNzApi.updateEmployee(String accessToken, String xeroTenantId, UUID employeeID, Employee employee, String idempotencyKey) Updates an existing employeecom.google.api.client.http.HttpResponsePayrollNzApi.updateEmployeeForHttpResponse(String accessToken, String xeroTenantId, UUID employeeID, Employee employee, String idempotencyKey) Updates an existing employee -
Uses of Employee in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return EmployeeModifier and TypeMethodDescriptionaddressEmployee.createdDateUTC(org.threeten.bp.LocalDateTime createdDateUTC) UTC timestamp when the employee was created in XeroEmployee.dateOfBirth(org.threeten.bp.LocalDate dateOfBirth) Date of birth of the employee (YYYY-MM-DD)The email address for the employeeEmployee.employeeID(UUID employeeID) Xero unique identifier for the employeeEmployee.endDate(org.threeten.bp.LocalDate endDate) Employment end date of the employee at the time it was requestedEmployee.engagementType(String engagementType) Engagement type of the employeeFirst name of employeeEmployee.fixedTermEndDate(org.threeten.bp.LocalDate fixedTermEndDate) End date for an employee with a fixed-term engagement typeEmployee.gender(Employee.GenderEnum gender) The employee’s genderEmployeeObject.getEmployee()Get employeeEmployee's job titleLast name of employeeEmployee.payrollCalendarID(UUID payrollCalendarID) Xero unique identifier for the payroll calendar of the employeeEmployee.phoneNumber(String phoneNumber) Employee phone numberEmployee.startDate(org.threeten.bp.LocalDate startDate) Employment start date of the employee at the time it was requestedTitle of the employeeEmployee.updatedDateUTC(org.threeten.bp.LocalDateTime updatedDateUTC) UTC timestamp of last update to the employeeMethods in com.xero.models.payrollnz that return types with arguments of type EmployeeMethods in com.xero.models.payrollnz with parameters of type EmployeeModifier and TypeMethodDescriptionEmployees.addEmployeesItem(Employee employeesItem) employeesemployeevoidEmployeeObject.setEmployee(Employee employee) employeeMethod parameters in com.xero.models.payrollnz with type arguments of type Employee