Uses of Enum
org.wso2.am.integration.clients.admin.api.dto.WorkflowResponseDTO.WorkflowStatusEnum
Packages that use WorkflowResponseDTO.WorkflowStatusEnum
-
Uses of WorkflowResponseDTO.WorkflowStatusEnum in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return WorkflowResponseDTO.WorkflowStatusEnumModifier and TypeMethodDescriptionWorkflowResponseDTO.getWorkflowStatus()This attribute declares whether this workflow task is approved or rejected.WorkflowResponseDTO.WorkflowStatusEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.WorkflowResponseDTO.WorkflowStatusEnum.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 WorkflowResponseDTO.WorkflowStatusEnumModifier and TypeMethodDescriptionvoidWorkflowResponseDTO.setWorkflowStatus(WorkflowResponseDTO.WorkflowStatusEnum workflowStatus) WorkflowResponseDTO.workflowStatus(WorkflowResponseDTO.WorkflowStatusEnum workflowStatus) voidWorkflowResponseDTO.WorkflowStatusEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, WorkflowResponseDTO.WorkflowStatusEnum enumeration)