Uses of Class
com.xero.models.payrolluk.PayRun.PayRunTypeEnum
-
Packages that use PayRun.PayRunTypeEnum Package Description com.xero.models.payrolluk -
-
Uses of PayRun.PayRunTypeEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return PayRun.PayRunTypeEnum Modifier and Type Method Description static PayRun.PayRunTypeEnumPayRun.PayRunTypeEnum. fromValue(String value)fromValuePayRun.PayRunTypeEnumPayRun. getPayRunType()Pay run typestatic PayRun.PayRunTypeEnumPayRun.PayRunTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PayRun.PayRunTypeEnum[]PayRun.PayRunTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.payrolluk with parameters of type PayRun.PayRunTypeEnum Modifier and Type Method Description PayRunPayRun. payRunType(PayRun.PayRunTypeEnum payRunType)Pay run typevoidPayRun. setPayRunType(PayRun.PayRunTypeEnum payRunType)Pay run type
-