Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
static TaskDto.DelegationStateEnum |
TaskDto.DelegationStateEnum.fromValue(String value) |
TaskDto.DelegationStateEnum |
TaskDto.getDelegationState()
The task's delegation state.
|
TaskDto.DelegationStateEnum |
TaskDto.DelegationStateEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static TaskDto.DelegationStateEnum |
TaskDto.DelegationStateEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskDto.DelegationStateEnum[] |
TaskDto.DelegationStateEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TaskDto |
TaskDto.delegationState(TaskDto.DelegationStateEnum delegationState) |
void |
TaskDto.setDelegationState(TaskDto.DelegationStateEnum delegationState) |
void |
TaskDto.DelegationStateEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
TaskDto.DelegationStateEnum enumeration) |
Copyright © 2022. All rights reserved.