Uses of Class
com.xero.models.payrollnz.LeaveTypes
-
Packages that use LeaveTypes Package Description com.xero.api.client com.xero.models.payrollnz -
-
Uses of LeaveTypes in com.xero.api.client
Methods in com.xero.api.client that return LeaveTypes Modifier and Type Method Description LeaveTypesPayrollNzApi. getLeaveTypes(String accessToken, String xeroTenantId, Integer page, Boolean activeOnly)Retrieves leave types -
Uses of LeaveTypes in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return LeaveTypes Modifier and Type Method Description LeaveTypesLeaveTypes. addLeaveTypesItem(LeaveType leaveTypesItem)leaveTypesLeaveTypesLeaveTypes. leaveTypes(List<LeaveType> leaveTypes)leaveTypesLeaveTypesLeaveTypes. pagination(Pagination pagination)paginationLeaveTypesLeaveTypes. problem(Problem problem)problem
-