Uses of Class
com.xero.models.payrollnz.EmployeeLeave
Packages that use EmployeeLeave
-
Uses of EmployeeLeave in com.xero.api.client
Methods in com.xero.api.client with parameters of type EmployeeLeaveModifier and TypeMethodDescriptionPayrollNzApi.createEmployeeLeave(String accessToken, String xeroTenantId, UUID employeeID, EmployeeLeave employeeLeave, String idempotencyKey) Creates leave records for a specific employeecom.google.api.client.http.HttpResponsePayrollNzApi.createEmployeeLeaveForHttpResponse(String accessToken, String xeroTenantId, UUID employeeID, EmployeeLeave employeeLeave, String idempotencyKey) Creates leave records for a specific employeePayrollNzApi.updateEmployeeLeave(String accessToken, String xeroTenantId, UUID employeeID, UUID leaveID, EmployeeLeave employeeLeave, String idempotencyKey) Updates leave records for a specific employeecom.google.api.client.http.HttpResponsePayrollNzApi.updateEmployeeLeaveForHttpResponse(String accessToken, String xeroTenantId, UUID employeeID, UUID leaveID, EmployeeLeave employeeLeave, String idempotencyKey) Updates leave records for a specific employee -
Uses of EmployeeLeave in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return EmployeeLeaveModifier and TypeMethodDescriptionEmployeeLeave.addPeriodsItem(LeavePeriod periodsItem) The leave period information.EmployeeLeave.description(String description) The description of the leave (max length = 50)EmployeeLeave.endDate(org.threeten.bp.LocalDate endDate) End date of the leave (YYYY-MM-DD)EmployeeLeaveObject.getLeave()Get leaveThe Xero identifier for LeaveTypeEmployeeLeave.leaveTypeID(UUID leaveTypeID) The Xero identifier for LeaveTypeEmployeeLeave.periods(List<LeavePeriod> periods) The leave period information.EmployeeLeave.startDate(org.threeten.bp.LocalDate startDate) Start date of the leave (YYYY-MM-DD)EmployeeLeave.updatedDateUTC(org.threeten.bp.LocalDateTime updatedDateUTC) UTC timestamp of last update to the leave type noteMethods in com.xero.models.payrollnz that return types with arguments of type EmployeeLeaveMethods in com.xero.models.payrollnz with parameters of type EmployeeLeaveModifier and TypeMethodDescriptionEmployeeLeaves.addLeaveItem(EmployeeLeave leaveItem) leaveEmployeeLeaveObject.leave(EmployeeLeave leave) leavevoidEmployeeLeaveObject.setLeave(EmployeeLeave leave) leaveMethod parameters in com.xero.models.payrollnz with type arguments of type EmployeeLeaveModifier and TypeMethodDescriptionEmployeeLeaves.leave(List<EmployeeLeave> leave) leavevoidEmployeeLeaves.setLeave(List<EmployeeLeave> leave) leave