| Package | Description |
|---|---|
| com.xero.models.project |
| Modifier and Type | Method and Description |
|---|---|
static ChargeType |
ChargeType.fromValue(String value) |
ChargeType |
Task.getChargeType()
Get chargeType
|
ChargeType |
TaskCreateOrUpdate.getChargeType()
Get chargeType
|
static ChargeType |
ChargeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChargeType[] |
ChargeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Task |
Task.chargeType(ChargeType chargeType) |
TaskCreateOrUpdate |
TaskCreateOrUpdate.chargeType(ChargeType chargeType) |
void |
Task.setChargeType(ChargeType chargeType) |
void |
TaskCreateOrUpdate.setChargeType(ChargeType chargeType) |
Copyright © 2020. All rights reserved.