Uses of Class
com.xero.models.payrollau.LeaveApplications
| Package | Description |
|---|---|
| com.xero.api | |
| com.xero.api.client | |
| com.xero.models.payrollau |
-
Uses of LeaveApplications in com.xero.api
Methods in com.xero.api with parameters of type LeaveApplications Modifier and Type Method Description voidXeroApiExceptionHandler. validationError(String objectType, LeaveApplications leaveApplications, Exception e)Constructors in com.xero.api with parameters of type LeaveApplications Constructor Description XeroBadRequestException(String objectType, LeaveApplications leaveApplications, Exception e) -
Uses of LeaveApplications in com.xero.api.client
Methods in com.xero.api.client that return LeaveApplications Modifier and Type Method Description LeaveApplicationsPayrollAuApi. createLeaveApplication(String accessToken, String xeroTenantId, List<LeaveApplication> leaveApplication)Use this method to create a Leave ApplicationLeaveApplicationsPayrollAuApi. getLeaveApplication(String accessToken, String xeroTenantId, UUID leaveApplicationId)searches for an Leave Application by unique idLeaveApplicationsPayrollAuApi. getLeaveApplications(String accessToken, String xeroTenantId, String ifModifiedSince, String where, String order, Integer page)searches Leave ApplicationsLeaveApplicationsPayrollAuApi. updateLeaveApplication(String accessToken, String xeroTenantId, UUID leaveApplicationId, List<LeaveApplication> leaveApplication)Use this method to update a Leave Application -
Uses of LeaveApplications in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return LeaveApplications Modifier and Type Method Description LeaveApplicationsLeaveApplications. addLeaveApplicationsItem(LeaveApplication leaveApplicationsItem)LeaveApplicationsLeaveApplications. leaveApplications(List<LeaveApplication> leaveApplications)