Class NotificationSettingsResponse


  • public final class NotificationSettingsResponse
    extends java.lang.Object
    • Method Detail

      • emailRecipient

        public java.util.Optional<java.lang.String> emailRecipient()
        Returns:
        The email recipient to send notifications to (can be a list of semi-colon separated email addresses).
      • notificationLocale

        public java.util.Optional<java.lang.String> notificationLocale()
        Returns:
        The locale to use when sending a notification (fallback for unsupported languages is EN).
      • status

        public java.util.Optional<java.lang.String> status()
        Returns:
        If notifications are enabled for this schedule (i.e. Enabled, Disabled).
      • timeInMinutes

        public java.util.Optional<java.lang.Integer> timeInMinutes()
        Returns:
        Time in minutes before event at which notification will be sent.
      • webhookUrl

        public java.util.Optional<java.lang.String> webhookUrl()
        Returns:
        The webhook URL to which the notification will be sent.