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