Class ApiPaths.RecurringNotificationApiPaths

java.lang.Object
com.bluebell.greenhouse.planter.constants.ApiPaths.RecurringNotificationApiPaths
Enclosing class:
ApiPaths

public static final class ApiPaths.RecurringNotificationApiPaths extends Object
Recurring notification API paths.
Version:
3.0.6
Author:
Stephen Prizio
  • Field Details

    • BASE

      public static final String BASE
      Base path for recurring notification endpoints.
      See Also:
    • GET_FOR_CURRENT_USER

      public static final String GET_FOR_CURRENT_USER
      Relative path to fetch all recurring notifications for the current user.
      See Also:
    • GET_BY_TYPE

      public static final String GET_BY_TYPE
      Relative path to fetch a recurring notification by type for the current user.
      See Also:
    • CREATE_RECURRING_NOTIFICATION

      public static final String CREATE_RECURRING_NOTIFICATION
      Relative path to create a recurring notification.
      See Also:
    • UPDATE_RECURRING_NOTIFICATION

      public static final String UPDATE_RECURRING_NOTIFICATION
      Relative path to update an existing recurring notification.
      See Also:
    • DELETE_RECURRING_NOTIFICATION

      public static final String DELETE_RECURRING_NOTIFICATION
      Relative path to delete an existing recurring notification.
      See Also: