| Package | Description |
|---|---|
| com.docdoku.api.models |
| Modifier and Type | Method and Description |
|---|---|
TaskDTO.StatusEnum |
TaskDTO.getStatus()
Task status
|
static TaskDTO.StatusEnum |
TaskDTO.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskDTO.StatusEnum[] |
TaskDTO.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 |
TaskDTO.setStatus(TaskDTO.StatusEnum status) |
Copyright © 2019 DocDoku. All rights reserved.