Uses of Class
com.xero.models.payrollnz.PayRun.PayRunStatusEnum
-
Packages that use PayRun.PayRunStatusEnum Package Description com.xero.models.payrollnz -
-
Uses of PayRun.PayRunStatusEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return PayRun.PayRunStatusEnum Modifier and Type Method Description static PayRun.PayRunStatusEnumPayRun.PayRunStatusEnum. fromValue(String value)fromValuePayRun.PayRunStatusEnumPayRun. getPayRunStatus()Pay run statusstatic PayRun.PayRunStatusEnumPayRun.PayRunStatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PayRun.PayRunStatusEnum[]PayRun.PayRunStatusEnum. 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.PayRunStatusEnum Modifier and Type Method Description PayRunPayRun. payRunStatus(PayRun.PayRunStatusEnum payRunStatus)Pay run statusvoidPayRun. setPayRunStatus(PayRun.PayRunStatusEnum payRunStatus)Pay run status
-