Uses of Enum
com.xero.models.payrollau.PayOutType
Packages that use PayOutType
-
Uses of PayOutType in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return PayOutTypeModifier and TypeMethodDescriptionstatic PayOutTypefromValueLeaveApplication.getPayOutType()Get payOutTypeLeaveEarningsLine.getPayOutType()Get payOutTypestatic PayOutTypeReturns the enum constant of this type with the specified name.static PayOutType[]PayOutType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.payrollau with parameters of type PayOutTypeModifier and TypeMethodDescriptionLeaveApplication.payOutType(PayOutType payOutType) payOutTypeLeaveEarningsLine.payOutType(PayOutType payOutType) payOutTypevoidLeaveApplication.setPayOutType(PayOutType payOutType) payOutTypevoidLeaveEarningsLine.setPayOutType(PayOutType payOutType) payOutType