Uses of Class
com.xero.models.payrollau.State
-
Packages that use State Package Description com.xero.models.payrollau -
-
Uses of State in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return State Modifier and Type Method Description static StateState. fromValue(String value)fromValueStateHomeAddress. getRegion()Get regionstatic StateState. valueOf(String name)Returns the enum constant of this type with the specified name.static State[]State. 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 State Modifier and Type Method Description HomeAddressHomeAddress. region(State region)regionvoidHomeAddress. setRegion(State region)region
-