Uses of Class
co.novu.api.workflowgroups.responses.WorkflowGroupResponse
-
Packages that use WorkflowGroupResponse Package Description co.novu.api.workflowgroups co.novu.common.base -
-
Uses of WorkflowGroupResponse in co.novu.api.workflowgroups
Methods in co.novu.api.workflowgroups that return WorkflowGroupResponse Modifier and Type Method Description WorkflowGroupResponseWorkflowGroupHandler. createWorkflowGroup(WorkflowGroupRequest request)WorkflowGroupResponseWorkflowGroupHandler. getWorkflowGroup(String id)WorkflowGroupResponseWorkflowGroupHandler. updateWorkflowGroup(String id, WorkflowGroupRequest request)Methods in co.novu.api.workflowgroups that return types with arguments of type WorkflowGroupResponse Modifier and Type Method Description retrofit2.Call<WorkflowGroupResponse>WorkflowGroupApi. createWorkflowGroup(WorkflowGroupRequest request)retrofit2.Call<WorkflowGroupResponse>WorkflowGroupApi. getWorkflowGroup(String id)retrofit2.Call<WorkflowGroupResponse>WorkflowGroupApi. updateWorkflowGroup(String id, WorkflowGroupRequest request) -
Uses of WorkflowGroupResponse in co.novu.common.base
Methods in co.novu.common.base that return WorkflowGroupResponse Modifier and Type Method Description WorkflowGroupResponseNovu. createWorkflowGroup(WorkflowGroupRequest request)WorkflowGroupResponseNovu. getWorkflowGroup(String id)WorkflowGroupResponseNovu. updateWorkflowGroup(String id, WorkflowGroupRequest request)
-