Uses of Enum
org.wso2.am.integration.clients.admin.api.dto.WorkflowInfoDTO.WorkflowTypeEnum
Packages that use WorkflowInfoDTO.WorkflowTypeEnum
-
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.WorkflowTypeEnumModifier and TypeMethodDescriptionWorkflowInfoDTO.getWorkflowType()Type of the Workflow Request.WorkflowInfoDTO.WorkflowTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) 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.WorkflowTypeEnumModifier and TypeMethodDescriptionvoidWorkflowInfoDTO.setWorkflowType(WorkflowInfoDTO.WorkflowTypeEnum workflowType) WorkflowInfoDTO.workflowType(WorkflowInfoDTO.WorkflowTypeEnum workflowType) voidWorkflowInfoDTO.WorkflowTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, WorkflowInfoDTO.WorkflowTypeEnum enumeration)