Uses of Class
com.xero.models.payrolluk.EarningsTemplate
-
Packages that use EarningsTemplate Package Description com.xero.api.client com.xero.models.payrolluk -
-
Uses of EarningsTemplate in com.xero.api.client
Methods in com.xero.api.client with parameters of type EarningsTemplate Modifier and Type Method Description EarningsTemplateObjectPayrollUkApi. createEmployeeEarningsTemplate(String accessToken, String xeroTenantId, UUID employeeID, EarningsTemplate earningsTemplate)Creates an earnings template records for a specific employeecom.google.api.client.http.HttpResponsePayrollUkApi. createEmployeeEarningsTemplateForHttpResponse(String accessToken, String xeroTenantId, UUID employeeID, EarningsTemplate earningsTemplate)Creates an earnings template records for a specific employeeEarningsTemplateObjectPayrollUkApi. updateEmployeeEarningsTemplate(String accessToken, String xeroTenantId, UUID employeeID, UUID payTemplateEarningID, EarningsTemplate earningsTemplate)Updates a specific employee's earnings template recordscom.google.api.client.http.HttpResponsePayrollUkApi. updateEmployeeEarningsTemplateForHttpResponse(String accessToken, String xeroTenantId, UUID employeeID, UUID payTemplateEarningID, EarningsTemplate earningsTemplate)Updates a specific employee's earnings template recordsMethod parameters in com.xero.api.client with type arguments of type EarningsTemplate Modifier and Type Method Description EmployeePayTemplatesPayrollUkApi. createMultipleEmployeeEarningsTemplate(String accessToken, String xeroTenantId, UUID employeeID, List<EarningsTemplate> earningsTemplate)Creates multiple earnings template records for a specific employee using a unique employee IDcom.google.api.client.http.HttpResponsePayrollUkApi. createMultipleEmployeeEarningsTemplateForHttpResponse(String accessToken, String xeroTenantId, UUID employeeID, List<EarningsTemplate> earningsTemplate)Creates multiple earnings template records for a specific employee using a unique employee ID -
Uses of EarningsTemplate in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return EarningsTemplate Modifier and Type Method Description EarningsTemplateEarningsTemplate. earningsRateID(UUID earningsRateID)The corresponding earnings rate identifierEarningsTemplateEarningsTemplate. fixedAmount(Double fixedAmount)The fixed amount per periodEarningsTemplateEarningsTemplateObject. getEarningTemplate()Get earningTemplateEarningsTemplateEarningsTemplate. name(String name)The read-only name of the Earning Template.EarningsTemplateEarningsTemplate. numberOfUnits(Double numberOfUnits)The rate per unitEarningsTemplateEarningsTemplate. payTemplateEarningID(UUID payTemplateEarningID)The Xero identifier for the earnings templateEarningsTemplateEarningsTemplate. ratePerUnit(Double ratePerUnit)The rate per unitMethods in com.xero.models.payrolluk that return types with arguments of type EarningsTemplate Modifier and Type Method Description List<EarningsTemplate>EmployeePayTemplate. getEarningTemplates()Get earningTemplatesList<EarningsTemplate>EmployeePayTemplates. getEarningTemplates()Get earningTemplatesMethods in com.xero.models.payrolluk with parameters of type EarningsTemplate Modifier and Type Method Description EmployeePayTemplateEmployeePayTemplate. addEarningTemplatesItem(EarningsTemplate earningTemplatesItem)earningTemplatesEmployeePayTemplatesEmployeePayTemplates. addEarningTemplatesItem(EarningsTemplate earningTemplatesItem)earningTemplatesEarningsTemplateObjectEarningsTemplateObject. earningTemplate(EarningsTemplate earningTemplate)earningTemplatevoidEarningsTemplateObject. setEarningTemplate(EarningsTemplate earningTemplate)earningTemplateMethod parameters in com.xero.models.payrolluk with type arguments of type EarningsTemplate Modifier and Type Method Description EmployeePayTemplateEmployeePayTemplate. earningTemplates(List<EarningsTemplate> earningTemplates)earningTemplatesEmployeePayTemplatesEmployeePayTemplates. earningTemplates(List<EarningsTemplate> earningTemplates)earningTemplatesvoidEmployeePayTemplate. setEarningTemplates(List<EarningsTemplate> earningTemplates)earningTemplatesvoidEmployeePayTemplates. setEarningTemplates(List<EarningsTemplate> earningTemplates)earningTemplates
-