Class PropertiesMessages.Message

java.lang.Object
overit.geocallapp.utilities.config.Properties
overit.geocallapp.wfm.messages.PropertiesMessages.Message
Enclosing class:
PropertiesMessages

public static class PropertiesMessages.Message extends Properties
  • Method Details

    • getPushNotificationActivation

      public static String getPushNotificationActivation()
      Returns the push notification activation. The available values are:
      • NONE
      • DAILY_PLAN
      • AUTOMATIC
      • ALL
      The default value is NONE.
      Returns:
      the push notification activation
      See Also:
    • getPushMessageActivation

      public static String getPushMessageActivation()
      Returns the push message activation. The available values are:
      • NONE
      • DAILY_PLAN
      • AUTOMATIC
      • ALL
      The default value is NONE.
      Returns:
      the push message activation
      See Also:
    • getPushMailActivation

      public static String getPushMailActivation()
      Returns the push mail activation. The available values are:
      • NONE
      • DAILY_PLAN
      • AUTOMATIC
      • ALL
      The default value is NONE.
      Returns:
      the push mail activation
      See Also:
    • getPushNotificationExpirationDays

      public static Long getPushNotificationExpirationDays()
      Returns the maximum limit (in days) of notifications validity: after this deadline notifications will be deleted. The default value is 1.
      Returns:
      the push notification expiration days
    • getPushMailSendingRange

      public static Long getPushMailSendingRange()
      Returns the number of incremental days for sending the notification email.
      Returns:
      the range mail sending days