Uses of Class
org.wso2.am.integration.clients.admin.api.dto.WorkflowInfoDTO.WorkflowTypeEnum
-
Packages that use WorkflowInfoDTO.WorkflowTypeEnum Package Description org.wso2.am.integration.clients.admin.api.dto -
-
Uses of WorkflowInfoDTO.WorkflowTypeEnum in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return WorkflowInfoDTO.WorkflowTypeEnum Modifier and Type Method Description static WorkflowInfoDTO.WorkflowTypeEnumWorkflowInfoDTO.WorkflowTypeEnum. fromValue(String value)WorkflowInfoDTO.WorkflowTypeEnumWorkflowInfoDTO. getWorkflowType()Type of the Workflow Request.WorkflowInfoDTO.WorkflowTypeEnumWorkflowInfoDTO.WorkflowTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static WorkflowInfoDTO.WorkflowTypeEnumWorkflowInfoDTO.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.Methods in org.wso2.am.integration.clients.admin.api.dto with parameters of type WorkflowInfoDTO.WorkflowTypeEnum Modifier and Type Method Description voidWorkflowInfoDTO. setWorkflowType(WorkflowInfoDTO.WorkflowTypeEnum workflowType)WorkflowInfoDTOWorkflowInfoDTO. workflowType(WorkflowInfoDTO.WorkflowTypeEnum workflowType)voidWorkflowInfoDTO.WorkflowTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, WorkflowInfoDTO.WorkflowTypeEnum enumeration)
-