Uses of Class
co.novu.api.workflows.responses.SingleWorkflowResponse
-
Packages that use SingleWorkflowResponse Package Description co.novu.api.workflows co.novu.common.base -
-
Uses of SingleWorkflowResponse in co.novu.api.workflows
Methods in co.novu.api.workflows that return SingleWorkflowResponse Modifier and Type Method Description SingleWorkflowResponseWorkflowHandler. createWorkflow(WorkflowRequest request)SingleWorkflowResponseWorkflowHandler. getWorkflow(String workflowId)SingleWorkflowResponseWorkflowHandler. updateWorkflow(String workflowId, UpdateWorkflowRequest request)SingleWorkflowResponseWorkflowHandler. updateWorkflowStatus(String workflowId, UpdateWorkflowStatusRequest request)Methods in co.novu.api.workflows that return types with arguments of type SingleWorkflowResponse Modifier and Type Method Description retrofit2.Call<SingleWorkflowResponse>WorkflowApi. createWorkflow(WorkflowRequest request)retrofit2.Call<SingleWorkflowResponse>WorkflowApi. getWorkflow(String workflowId)retrofit2.Call<SingleWorkflowResponse>WorkflowApi. updateWorkflow(String workflowId, UpdateWorkflowRequest request)retrofit2.Call<SingleWorkflowResponse>WorkflowApi. updateWorkflowStatus(String workflowId, UpdateWorkflowStatusRequest request) -
Uses of SingleWorkflowResponse in co.novu.common.base
Methods in co.novu.common.base that return SingleWorkflowResponse Modifier and Type Method Description SingleWorkflowResponseNovu. createWorkflow(WorkflowRequest request)SingleWorkflowResponseNovu. getWorkflow(String workflowId)SingleWorkflowResponseNovu. updateWorkflow(String workflowId, UpdateWorkflowRequest request)SingleWorkflowResponseNovu. updateWorkflowStatus(String workflowId, UpdateWorkflowStatusRequest request)
-