Uses of Class
com.xero.models.payrollnz.PayRun.PayRunTypeEnum
-
Packages that use PayRun.PayRunTypeEnum Package Description com.xero.models.payrollnz -
-
Uses of PayRun.PayRunTypeEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz 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.payrollnz 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
-