Uses of Class
com.xero.models.accounting.TaxRate.StatusEnum
| Package | Description |
|---|---|
| com.xero.models.accounting |
-
Uses of TaxRate.StatusEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return TaxRate.StatusEnum Modifier and Type Method Description static TaxRate.StatusEnumTaxRate.StatusEnum. fromValue(String value)TaxRate.StatusEnumTaxRate. getStatus()See Status Codesstatic TaxRate.StatusEnumTaxRate.StatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TaxRate.StatusEnum[]TaxRate.StatusEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.accounting with parameters of type TaxRate.StatusEnum Modifier and Type Method Description voidTaxRate. setStatus(TaxRate.StatusEnum status)TaxRateTaxRate. status(TaxRate.StatusEnum status)