Uses of Class
com.xero.models.payrollau.PayRunStatus
-
Packages that use PayRunStatus Package Description com.xero.models.payrollau -
-
Uses of PayRunStatus in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return PayRunStatus Modifier and Type Method Description static PayRunStatusPayRunStatus. fromValue(String value)fromValuePayRunStatusPayRun. getPayRunStatus()Get payRunStatusstatic PayRunStatusPayRunStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PayRunStatus[]PayRunStatus. 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 PayRunStatus Modifier and Type Method Description PayRunPayRun. payRunStatus(PayRunStatus payRunStatus)payRunStatusvoidPayRun. setPayRunStatus(PayRunStatus payRunStatus)payRunStatus
-