Uses of Class
com.xero.models.payrollau.LeaveApplications
-
Packages that use 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)Handle Validation Errors (400)Constructors in com.xero.api with parameters of type LeaveApplications Constructor Description XeroBadRequestException(String objectType, LeaveApplications leaveApplications, Exception e)XeroBadRequestException -
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)Creates a leave applicationLeaveApplicationsPayrollAuApi. getLeaveApplication(String accessToken, String xeroTenantId, UUID leaveApplicationID)Retrieves a leave application by a unique leave application idLeaveApplicationsPayrollAuApi. getLeaveApplications(String accessToken, String xeroTenantId, String ifModifiedSince, String where, String order, Integer page)Retrieves leave applicationsLeaveApplicationsPayrollAuApi. updateLeaveApplication(String accessToken, String xeroTenantId, UUID leaveApplicationID, List<LeaveApplication> leaveApplication)Updates a specific 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)leaveApplicationsLeaveApplicationsLeaveApplications. leaveApplications(List<LeaveApplication> leaveApplications)leaveApplications
-