Uses of Class
co.novu.api.changes.responses.ApplyChangesResponse
-
Packages that use ApplyChangesResponse Package Description co.novu.api.changes co.novu.common.base -
-
Uses of ApplyChangesResponse in co.novu.api.changes
Methods in co.novu.api.changes that return ApplyChangesResponse Modifier and Type Method Description ApplyChangesResponseChangeHandler. applyChange(String changeId)ApplyChangesResponseChangeHandler. applyChanges(ApplyChangesRequest request)Methods in co.novu.api.changes that return types with arguments of type ApplyChangesResponse Modifier and Type Method Description retrofit2.Call<ApplyChangesResponse>ChangeApi. applyChange(String changeId)retrofit2.Call<ApplyChangesResponse>ChangeApi. applyChanges(ApplyChangesRequest request) -
Uses of ApplyChangesResponse in co.novu.common.base
Methods in co.novu.common.base that return ApplyChangesResponse Modifier and Type Method Description ApplyChangesResponseNovu. applyChange(String changeId)ApplyChangesResponseNovu. applyChanges(ApplyChangesRequest request)
-