Uses of Class
com.xero.models.payrollau.SuperFunds
Packages that use SuperFunds
-
Uses of SuperFunds in com.xero.api
Methods in com.xero.api with parameters of type SuperFundsModifier and TypeMethodDescriptionvoidXeroApiExceptionHandler.validationError(String objectType, SuperFunds superFunds, Exception e) Handle Validation Errors (400)Constructors in com.xero.api with parameters of type SuperFundsModifierConstructorDescriptionXeroBadRequestException(String objectType, SuperFunds superFunds, Exception e) XeroBadRequestException -
Uses of SuperFunds in com.xero.api.client
Methods in com.xero.api.client that return SuperFundsModifier and TypeMethodDescriptionPayrollAuApi.createSuperfund(String accessToken, String xeroTenantId, List<SuperFund> superFund, String idempotencyKey) Creates a superfundPayrollAuApi.getSuperfund(String accessToken, String xeroTenantId, UUID superFundID) Retrieves a superfund by using a unique superfund IDPayrollAuApi.getSuperfunds(String accessToken, String xeroTenantId, org.threeten.bp.OffsetDateTime ifModifiedSince, String where, String order, Integer page) Retrieves superfundsPayrollAuApi.updateSuperfund(String accessToken, String xeroTenantId, UUID superFundID, List<SuperFund> superFund, String idempotencyKey) Updates a superfund Update properties on a single Superfund -
Uses of SuperFunds in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return SuperFundsModifier and TypeMethodDescriptionSuperFunds.addSuperFundsItem(SuperFund superFundsItem) superFundsSuperFunds.superFunds(List<SuperFund> superFunds) superFunds