Uses of Class
com.xero.models.payrolluk.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 TypeMethodDescriptionPayrollUkApi.createEmployee(String accessToken, String xeroTenantId, Employee employee, String idempotencyKey) Creates employeescom.google.api.client.http.HttpResponsePayrollUkApi.createEmployeeForHttpResponse(String accessToken, String xeroTenantId, Employee employee, String idempotencyKey) Creates employeesPayrollUkApi.updateEmployee(String accessToken, String xeroTenantId, UUID employeeID, Employee employee, String idempotencyKey) Updates a specific employee's detailcom.google.api.client.http.HttpResponsePayrollUkApi.updateEmployeeForHttpResponse(String accessToken, String xeroTenantId, UUID employeeID, Employee employee, String idempotencyKey) Updates a specific employee's detail -
Uses of Employee in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk 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 requestedFirst name of employeeEmployee.gender(Employee.GenderEnum gender) The employee’s genderEmployeeObject.getEmployee()Get employeeEmployee.isOffPayrollWorker(Boolean isOffPayrollWorker) Whether the employee is an off payroll workerLast name of employeeEmployee.nationalInsuranceNumber(String nationalInsuranceNumber) National insurance number of the 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.payrolluk that return types with arguments of type EmployeeMethods in com.xero.models.payrolluk with parameters of type EmployeeModifier and TypeMethodDescriptionEmployees.addEmployeesItem(Employee employeesItem) employeesemployeevoidEmployeeObject.setEmployee(Employee employee) employeeMethod parameters in com.xero.models.payrolluk with type arguments of type Employee