Uses of Class
com.xero.models.payrolluk.PayRun
| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.payrolluk |
-
Uses of PayRun in com.xero.api.client
Methods in com.xero.api.client with parameters of type PayRun Modifier and Type Method Description PayRunObjectPayrollUkApi. updatePayRun(String accessToken, String xeroTenantId, UUID payRunID, PayRun payRun)update a pay runcom.google.api.client.http.HttpResponsePayrollUkApi. updatePayRunForHttpResponse(String accessToken, String xeroTenantId, UUID payRunID, PayRun payRun) -
Uses of PayRun in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return PayRun Modifier and Type Method Description PayRunPayRun. addPaySlipsItem(Payslip paySlipsItem)PayRunPayRun. calendarType(PayRun.CalendarTypeEnum calendarType)PayRunPayRunObject. getPayRun()Get payRunPayRunPayRun. paymentDate(org.threeten.bp.LocalDate paymentDate)PayRunPayRun. payrollCalendarID(UUID payrollCalendarID)PayRunPayRun. payRunID(UUID payRunID)PayRunPayRun. payRunStatus(PayRun.PayRunStatusEnum payRunStatus)PayRunPayRun. payRunType(PayRun.PayRunTypeEnum payRunType)PayRunPayRun. paySlips(List<Payslip> paySlips)PayRunPayRun. periodEndDate(org.threeten.bp.LocalDate periodEndDate)PayRunPayRun. periodStartDate(org.threeten.bp.LocalDate periodStartDate)PayRunPayRun. postedDateTime(org.threeten.bp.LocalDate postedDateTime)PayRunPayRun. totalCost(Double totalCost)PayRunPayRun. totalPay(Double totalPay)Methods in com.xero.models.payrolluk that return types with arguments of type PayRun Modifier and Type Method Description List<PayRun>PayRuns. getPayRuns()Get payRunsMethods in com.xero.models.payrolluk with parameters of type PayRun Modifier and Type Method Description PayRunsPayRuns. addPayRunsItem(PayRun payRunsItem)PayRunObjectPayRunObject. payRun(PayRun payRun)voidPayRunObject. setPayRun(PayRun payRun)Method parameters in com.xero.models.payrolluk with type arguments of type PayRun Modifier and Type Method Description PayRunsPayRuns. payRuns(List<PayRun> payRuns)voidPayRuns. setPayRuns(List<PayRun> payRuns)