Uses of Class
co.novu.api.workflows.requests.UpdateWorkflowRequest
-
Packages that use UpdateWorkflowRequest Package Description co.novu.api.workflows co.novu.common.base -
-
Uses of UpdateWorkflowRequest in co.novu.api.workflows
Methods in co.novu.api.workflows with parameters of type UpdateWorkflowRequest Modifier and Type Method Description retrofit2.Call<SingleWorkflowResponse>WorkflowApi. updateWorkflow(String workflowId, UpdateWorkflowRequest request)SingleWorkflowResponseWorkflowHandler. updateWorkflow(String workflowId, UpdateWorkflowRequest request) -
Uses of UpdateWorkflowRequest in co.novu.common.base
Methods in co.novu.common.base with parameters of type UpdateWorkflowRequest Modifier and Type Method Description SingleWorkflowResponseNovu. updateWorkflow(String workflowId, UpdateWorkflowRequest request)
-