Uses of Annotation Interface
com.bluebell.greenhouse.planter.annotations.notification.RecurringNotificationNotFoundApiResponse
Packages that use RecurringNotificationNotFoundApiResponse
-
Uses of RecurringNotificationNotFoundApiResponse in com.bluebell.greenhouse.planter.controllers.notification
Methods in com.bluebell.greenhouse.planter.controllers.notification with annotations of type RecurringNotificationNotFoundApiResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> RecurringNotificationApiController.deleteRecurringNotification(RecurringNotificationRequestContext context) Deletes aRecurringNotificationwith the matching type.org.springframework.http.ResponseEntity<RecurringNotificationDTO> RecurringNotificationApiController.getRecurringNotificationByType(RecurringNotificationRequestContext context) Returns the current user'sRecurringNotificationfor the given type.org.springframework.http.ResponseEntity<RecurringNotificationDTO> RecurringNotificationApiController.putUpdateRecurringNotification(@Valid CreateUpdateRecurringNotificationDTO data, RecurringNotificationRequestContext context) Updates an existingRecurringNotification.