Uses of Class
com.xero.models.payrollnz.LeaveType
-
Packages that use LeaveType Package Description com.xero.api.client com.xero.models.payrollnz -
-
Uses of LeaveType in com.xero.api.client
Methods in com.xero.api.client with parameters of type LeaveType Modifier and Type Method Description LeaveTypeObjectPayrollNzApi. createLeaveType(String accessToken, String xeroTenantId, LeaveType leaveType)Creates a new leave typecom.google.api.client.http.HttpResponsePayrollNzApi. createLeaveTypeForHttpResponse(String accessToken, String xeroTenantId, LeaveType leaveType)Creates a new leave type -
Uses of LeaveType in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return LeaveType Modifier and Type Method Description LeaveTypeLeaveTypeObject. getLeaveType()Get leaveTypeLeaveTypeLeaveType. isActive(Boolean isActive)Shows whether the leave type is active or notLeaveTypeLeaveType. isPaidLeave(Boolean isPaidLeave)Indicate that an employee will be paid when taking this type of leaveLeaveTypeLeaveType. leaveTypeID(UUID leaveTypeID)Xero unique identifier for the leave typeLeaveTypeLeaveType. name(String name)Name of the leave typeLeaveTypeLeaveType. showOnPayslip(Boolean showOnPayslip)Indicate that a balance for this leave type to be shown on the employee’s payslipsLeaveTypeLeaveType. 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 LeaveType Modifier and Type Method Description List<LeaveType>LeaveTypes. getLeaveTypes()Get leaveTypesMethods in com.xero.models.payrollnz with parameters of type LeaveType Modifier and Type Method Description LeaveTypesLeaveTypes. addLeaveTypesItem(LeaveType leaveTypesItem)leaveTypesLeaveTypeObjectLeaveTypeObject. leaveType(LeaveType leaveType)leaveTypevoidLeaveTypeObject. setLeaveType(LeaveType leaveType)leaveTypeMethod parameters in com.xero.models.payrollnz with type arguments of type LeaveType Modifier and Type Method Description LeaveTypesLeaveTypes. leaveTypes(List<LeaveType> leaveTypes)leaveTypesvoidLeaveTypes. setLeaveTypes(List<LeaveType> leaveTypes)leaveTypes
-