Class ApiPaths.RecurringNotificationApiPaths
java.lang.Object
com.bluebell.greenhouse.planter.constants.ApiPaths.RecurringNotificationApiPaths
- Enclosing class:
ApiPaths
Recurring notification API paths.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringBase path for recurring notification endpoints.static final StringRelative path to create a recurring notification.static final StringRelative path to delete an existing recurring notification.static final StringRelative path to fetch a recurring notification by type for the current user.static final StringRelative path to fetch all recurring notifications for the current user.static final StringRelative path to update an existing recurring notification. -
Method Summary
-
Field Details
-
BASE
-
GET_FOR_CURRENT_USER
Relative path to fetch all recurring notifications for the current user.- See Also:
-
GET_BY_TYPE
Relative path to fetch a recurring notification by type for the current user.- See Also:
-
CREATE_RECURRING_NOTIFICATION
Relative path to create a recurring notification.- See Also:
-
UPDATE_RECURRING_NOTIFICATION
Relative path to update an existing recurring notification.- See Also:
-
DELETE_RECURRING_NOTIFICATION
Relative path to delete an existing recurring notification.- See Also:
-