| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
static Schedule.UnitEnum |
Schedule.UnitEnum.fromValue(String text) |
Schedule.UnitEnum |
Schedule.getUnit()
One of the following - WEEKLY or MONTHLY
|
static Schedule.UnitEnum |
Schedule.UnitEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Schedule.UnitEnum[] |
Schedule.UnitEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Schedule.setUnit(Schedule.UnitEnum unit) |
Schedule |
Schedule.unit(Schedule.UnitEnum unit) |
Copyright © 2018. All rights reserved.