Uses of Class
com.xero.models.payrolluk.LeaveType
-
Packages that use LeaveType Package Description com.xero.api.client com.xero.models.payrolluk -
-
Uses of LeaveType in com.xero.api.client
Methods in com.xero.api.client with parameters of type LeaveType Modifier and Type Method Description LeaveTypeObjectPayrollUkApi. createLeaveType(String accessToken, String xeroTenantId, LeaveType leaveType)Creates a new leave typecom.google.api.client.http.HttpResponsePayrollUkApi. createLeaveTypeForHttpResponse(String accessToken, String xeroTenantId, LeaveType leaveType)Creates a new leave type -
Uses of LeaveType in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk 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. isStatutoryLeave(Boolean isStatutoryLeave)Shows whether the leave type is a statutory leave type or notLeaveTypeLeaveType. leaveID(UUID leaveID)Xero unique identifier for the 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.payrolluk that return types with arguments of type LeaveType Modifier and Type Method Description List<LeaveType>LeaveTypes. getLeaveTypes()Get leaveTypesMethods in com.xero.models.payrolluk 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.payrolluk with type arguments of type LeaveType Modifier and Type Method Description LeaveTypesLeaveTypes. leaveTypes(List<LeaveType> leaveTypes)leaveTypesvoidLeaveTypes. setLeaveTypes(List<LeaveType> leaveTypes)leaveTypes
-