| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin.api.dto |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowInfoDTO.WorkflowStatusEnum |
WorkflowInfoDTO.WorkflowStatusEnum.fromValue(String text) |
WorkflowInfoDTO.WorkflowStatusEnum |
WorkflowInfoDTO.getWorkflowStatus()
Show the Status of the the workflow request whether it is approved or created.
|
WorkflowInfoDTO.WorkflowStatusEnum |
WorkflowInfoDTO.WorkflowStatusEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static WorkflowInfoDTO.WorkflowStatusEnum |
WorkflowInfoDTO.WorkflowStatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowInfoDTO.WorkflowStatusEnum[] |
WorkflowInfoDTO.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 |
WorkflowInfoDTO.setWorkflowStatus(WorkflowInfoDTO.WorkflowStatusEnum workflowStatus) |
WorkflowInfoDTO |
WorkflowInfoDTO.workflowStatus(WorkflowInfoDTO.WorkflowStatusEnum workflowStatus) |
void |
WorkflowInfoDTO.WorkflowStatusEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
WorkflowInfoDTO.WorkflowStatusEnum enumeration) |
Copyright © 2020 WSO2 Inc. All rights reserved.