| Package | Description |
|---|---|
| net.leanix.api.models |
| Modifier and Type | Method and Description |
|---|---|
static TodoData.StatusEnum |
TodoData.StatusEnum.fromValue(String text) |
TodoData.StatusEnum |
TodoData.getStatus()
Get status
|
static TodoData.StatusEnum |
TodoData.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TodoData.StatusEnum[] |
TodoData.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 |
TodoData.setStatus(TodoData.StatusEnum status) |
TodoData |
TodoData.status(TodoData.StatusEnum status) |
Copyright © 2019 LeanIX GmbH. All rights reserved.