Uses of Class
com.xero.models.payrollnz.Employment
-
Packages that use Employment Package Description com.xero.api.client com.xero.models.payrollnz -
-
Uses of Employment in com.xero.api.client
Methods in com.xero.api.client with parameters of type Employment Modifier and Type Method Description EmploymentObjectPayrollNzApi. createEmployment(String accessToken, String xeroTenantId, UUID employeeID, Employment employment)Creates an employment detail for a specific employeecom.google.api.client.http.HttpResponsePayrollNzApi. createEmploymentForHttpResponse(String accessToken, String xeroTenantId, UUID employeeID, Employment employment)Creates an employment detail for a specific employee -
Uses of Employment in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return Employment Modifier and Type Method Description EmploymentEmploymentObject. getEmployment()Get employmentEmploymentEmployment. payrollCalendarID(UUID payrollCalendarID)Xero unique identifier for the payroll calendar of the employeeEmploymentEmployment. payRunCalendarID(UUID payRunCalendarID)Xero unique identifier for the payrun calendar for the employee (Deprecated in version 1.1.6)EmploymentEmployment. startDate(org.threeten.bp.LocalDate startDate)Start date of the employment (YYYY-MM-DD)Methods in com.xero.models.payrollnz with parameters of type Employment Modifier and Type Method Description EmploymentObjectEmploymentObject. employment(Employment employment)employmentvoidEmploymentObject. setEmployment(Employment employment)employment
-