| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin.api.dto |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowDTO.StatusEnum |
WorkflowDTO.StatusEnum.fromValue(String value) |
WorkflowDTO.StatusEnum |
WorkflowDTO.getStatus()
This attribute declares whether this workflow task is approved or rejected.
|
WorkflowDTO.StatusEnum |
WorkflowDTO.StatusEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static WorkflowDTO.StatusEnum |
WorkflowDTO.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowDTO.StatusEnum[] |
WorkflowDTO.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 |
WorkflowDTO.setStatus(WorkflowDTO.StatusEnum status) |
WorkflowDTO |
WorkflowDTO.status(WorkflowDTO.StatusEnum status) |
void |
WorkflowDTO.StatusEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
WorkflowDTO.StatusEnum enumeration) |
Copyright © 2021 WSO2 Inc. All rights reserved.