Uses of Class
com.xero.models.payrolluk.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 TypeMethodDescriptionPayrollUkApi.createLeaveType(String accessToken, String xeroTenantId, LeaveType leaveType, String idempotencyKey) Creates a new leave typecom.google.api.client.http.HttpResponsePayrollUkApi.createLeaveTypeForHttpResponse(String accessToken, String xeroTenantId, LeaveType leaveType, String idempotencyKey) Creates a new leave type -
Uses of LeaveType in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk 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.isStatutoryLeave(Boolean isStatutoryLeave) Shows whether the leave type is a statutory leave type or notXero unique identifier for the 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.payrolluk that return types with arguments of type LeaveTypeMethods in com.xero.models.payrolluk with parameters of type LeaveTypeModifier and TypeMethodDescriptionLeaveTypes.addLeaveTypesItem(LeaveType leaveTypesItem) leaveTypesleaveTypevoidLeaveTypeObject.setLeaveType(LeaveType leaveType) leaveTypeMethod parameters in com.xero.models.payrolluk with type arguments of type LeaveTypeModifier and TypeMethodDescriptionLeaveTypes.leaveTypes(List<LeaveType> leaveTypes) leaveTypesvoidLeaveTypes.setLeaveTypes(List<LeaveType> leaveTypes) leaveTypes