Uses of Class
com.xero.models.payrollnz.LeaveType
Packages that use LeaveType
-
Uses of LeaveType in com.xero.api.client
Methods in com.xero.api.client with parameters of type LeaveTypeModifier and TypeMethodDescriptionPayrollNzApi.createLeaveType(String accessToken, String xeroTenantId, LeaveType leaveType, String idempotencyKey) Creates a new leave typecom.google.api.client.http.HttpResponsePayrollNzApi.createLeaveTypeForHttpResponse(String accessToken, String xeroTenantId, LeaveType leaveType, String idempotencyKey) Creates a new leave type -
Uses of LeaveType in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return LeaveTypeModifier and TypeMethodDescriptionLeaveTypeObject.getLeaveType()Get leaveTypeShows whether the leave type is active or notLeaveType.isPaidLeave(Boolean isPaidLeave) Indicate that an employee will be paid when taking this type of leaveLeaveType.leaveTypeID(UUID leaveTypeID) Xero unique identifier for the leave typeName of the leave typeLeaveType.showOnPayslip(Boolean showOnPayslip) Indicate that a balance for this leave type to be shown on the employee’s payslipsLeaveType.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 LeaveTypeMethods in com.xero.models.payrollnz with parameters of type LeaveTypeModifier and TypeMethodDescriptionLeaveTypes.addLeaveTypesItem(LeaveType leaveTypesItem) leaveTypesleaveTypevoidLeaveTypeObject.setLeaveType(LeaveType leaveType) leaveTypeMethod parameters in com.xero.models.payrollnz with type arguments of type LeaveTypeModifier and TypeMethodDescriptionLeaveTypes.leaveTypes(List<LeaveType> leaveTypes) leaveTypesvoidLeaveTypes.setLeaveTypes(List<LeaveType> leaveTypes) leaveTypes