Package | Description |
---|---|
io.swagger.api.data |
Modifier and Type | Method and Description |
---|---|
Task.Status |
TaskHandler.getStatus() |
Task.Status |
Task.getStatus() |
static Task.Status |
Task.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Task.Status[] |
Task.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskHandler.setStatus(Task.Status status) |
void |
Task.setStatus(Task.Status status) |
Copyright © 2018. All rights reserved.