Uses of Class
com.xero.models.payrollau.LeaveApplication
Packages that use LeaveApplication
-
Uses of LeaveApplication in com.xero.api.client
Method parameters in com.xero.api.client with type arguments of type LeaveApplicationModifier and TypeMethodDescriptionPayrollAuApi.createLeaveApplication(String accessToken, String xeroTenantId, List<LeaveApplication> leaveApplication, String idempotencyKey) Creates a leave applicationcom.google.api.client.http.HttpResponsePayrollAuApi.createLeaveApplicationForHttpResponse(String accessToken, String xeroTenantId, List<LeaveApplication> leaveApplication, String idempotencyKey) Creates a leave applicationPayrollAuApi.updateLeaveApplication(String accessToken, String xeroTenantId, UUID leaveApplicationID, List<LeaveApplication> leaveApplication, String idempotencyKey) Updates a specific leave applicationcom.google.api.client.http.HttpResponsePayrollAuApi.updateLeaveApplicationForHttpResponse(String accessToken, String xeroTenantId, UUID leaveApplicationID, List<LeaveApplication> leaveApplication, String idempotencyKey) Updates a specific leave application -
Uses of LeaveApplication in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return LeaveApplicationModifier and TypeMethodDescriptionLeaveApplication.addLeavePeriodsItem(LeavePeriod leavePeriodsItem) leavePeriodsLeaveApplication.addValidationErrorsItem(ValidationError validationErrorsItem) Displays array of validation error messages from the APILeaveApplication.description(String description) The Description of the LeaveLeaveApplication.employeeID(UUID employeeID) The Xero identifier for Payroll EmployeeEnd date of the leave (YYYY-MM-DD)LeaveApplication.leaveApplicationID(UUID leaveApplicationID) The Xero identifier for Payroll EmployeeLeaveApplication.leavePeriods(List<LeavePeriod> leavePeriods) leavePeriodsLeaveApplication.leaveTypeID(UUID leaveTypeID) The Xero identifier for Leave TypeLeaveApplication.payOutType(PayOutType payOutType) payOutTypeStart date of the leave (YYYY-MM-DD)The title of the leaveLeaveApplication.validationErrors(List<ValidationError> validationErrors) Displays array of validation error messages from the APIMethods in com.xero.models.payrollau that return types with arguments of type LeaveApplicationMethods in com.xero.models.payrollau with parameters of type LeaveApplicationModifier and TypeMethodDescriptionLeaveApplications.addLeaveApplicationsItem(LeaveApplication leaveApplicationsItem) leaveApplicationsMethod parameters in com.xero.models.payrollau with type arguments of type LeaveApplicationModifier and TypeMethodDescriptionLeaveApplications.leaveApplications(List<LeaveApplication> leaveApplications) leaveApplicationsvoidLeaveApplications.setLeaveApplications(List<LeaveApplication> leaveApplications) leaveApplications