| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin.api.dto |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowInfoDTO.WorkflowTypeEnum |
WorkflowInfoDTO.WorkflowTypeEnum.fromValue(String value) |
WorkflowInfoDTO.WorkflowTypeEnum |
WorkflowInfoDTO.getWorkflowType()
Type of the Workflow Request.
|
WorkflowInfoDTO.WorkflowTypeEnum |
WorkflowInfoDTO.WorkflowTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static WorkflowInfoDTO.WorkflowTypeEnum |
WorkflowInfoDTO.WorkflowTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowInfoDTO.WorkflowTypeEnum[] |
WorkflowInfoDTO.WorkflowTypeEnum.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.setWorkflowType(WorkflowInfoDTO.WorkflowTypeEnum workflowType) |
WorkflowInfoDTO |
WorkflowInfoDTO.workflowType(WorkflowInfoDTO.WorkflowTypeEnum workflowType) |
void |
WorkflowInfoDTO.WorkflowTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
WorkflowInfoDTO.WorkflowTypeEnum enumeration) |
Copyright © 2021 WSO2 Inc. All rights reserved.