| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowResponseDTO.WorkflowStatusEnum |
WorkflowResponseDTO.WorkflowStatusEnum.fromValue(String value) |
WorkflowResponseDTO.WorkflowStatusEnum |
WorkflowResponseDTO.getWorkflowStatus()
This attribute declares whether this workflow task is approved or rejected.
|
WorkflowResponseDTO.WorkflowStatusEnum |
WorkflowResponseDTO.WorkflowStatusEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static WorkflowResponseDTO.WorkflowStatusEnum |
WorkflowResponseDTO.WorkflowStatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowResponseDTO.WorkflowStatusEnum[] |
WorkflowResponseDTO.WorkflowStatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowResponseDTO.setWorkflowStatus(WorkflowResponseDTO.WorkflowStatusEnum workflowStatus) |
WorkflowResponseDTO |
WorkflowResponseDTO.workflowStatus(WorkflowResponseDTO.WorkflowStatusEnum workflowStatus) |
void |
WorkflowResponseDTO.WorkflowStatusEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
WorkflowResponseDTO.WorkflowStatusEnum enumeration) |
Copyright © 2021 WSO2 Inc. All rights reserved.