Class MessageOfTheDayInfo


  • public class MessageOfTheDayInfo
    extends Object
    REST API representation of a "message of the day".
    • Field Detail

      • id

        public String id
        The ID of the message.
      • redisplay

        public Date redisplay
        The date and time the message will be displayed again after being dismissed by the user.
      • html

        public String html
        The message in HTML-format.
    • Constructor Detail

      • MessageOfTheDayInfo

        public MessageOfTheDayInfo()