Uses of Class
com.xero.models.payrolluk.Employee
-
Packages that use Employee Package Description com.xero.api.client com.xero.models.payrolluk -
-
Uses of Employee in com.xero.api.client
Methods in com.xero.api.client with parameters of type Employee Modifier and Type Method Description EmployeeObjectPayrollUkApi. createEmployee(String accessToken, String xeroTenantId, Employee employee)Creates employeescom.google.api.client.http.HttpResponsePayrollUkApi. createEmployeeForHttpResponse(String accessToken, String xeroTenantId, Employee employee)Creates employeesEmployeeObjectPayrollUkApi. updateEmployee(String accessToken, String xeroTenantId, UUID employeeID, Employee employee)Updates a specific employee's detailcom.google.api.client.http.HttpResponsePayrollUkApi. updateEmployeeForHttpResponse(String accessToken, String xeroTenantId, UUID employeeID, Employee employee)Updates a specific employee's detail -
Uses of Employee in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return Employee Modifier and Type Method Description EmployeeEmployee. address(Address address)addressEmployeeEmployee. createdDateUTC(org.threeten.bp.LocalDateTime createdDateUTC)UTC timestamp when the employee was created in XeroEmployeeEmployee. dateOfBirth(org.threeten.bp.LocalDate dateOfBirth)Date of birth of the employee (YYYY-MM-DD)EmployeeEmployee. email(String email)The email address for the employeeEmployeeEmployee. employeeID(UUID employeeID)Xero unique identifier for the employeeEmployeeEmployee. endDate(org.threeten.bp.LocalDate endDate)Employment end date of the employee at the time it was requestedEmployeeEmployee. firstName(String firstName)First name of employeeEmployeeEmployee. gender(Employee.GenderEnum gender)The employee’s genderEmployeeEmployeeObject. getEmployee()Get employeeEmployeeEmployee. lastName(String lastName)Last name of employeeEmployeeEmployee. nationalInsuranceNumber(String nationalInsuranceNumber)National insurance number of the employeeEmployeeEmployee. payrollCalendarID(UUID payrollCalendarID)Xero unique identifier for the payroll calendar of the employeeEmployeeEmployee. phoneNumber(String phoneNumber)Employee phone numberEmployeeEmployee. startDate(org.threeten.bp.LocalDate startDate)Employment start date of the employee at the time it was requestedEmployeeEmployee. title(String title)Title of the employeeEmployeeEmployee. 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 Employee Modifier and Type Method Description List<Employee>Employees. getEmployees()Get employeesMethods in com.xero.models.payrolluk with parameters of type Employee Modifier and Type Method Description EmployeesEmployees. addEmployeesItem(Employee employeesItem)employeesEmployeeObjectEmployeeObject. employee(Employee employee)employeevoidEmployeeObject. setEmployee(Employee employee)employeeMethod parameters in com.xero.models.payrolluk with type arguments of type Employee Modifier and Type Method Description EmployeesEmployees. employees(List<Employee> employees)employeesvoidEmployees. setEmployees(List<Employee> employees)employees
-