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