Class NotificationSettingsBean

java.lang.Object
org.exoplatform.chat.model.NotificationSettingsBean

public class NotificationSettingsBean extends Object
Created by marwen on 8/26/16.
  • Constructor Details

    • NotificationSettingsBean

      public NotificationSettingsBean()
  • Method Details

    • getEnabledRoomTriggers

      public String getEnabledRoomTriggers()
    • setEnabledRoomTriggers

      public void setEnabledRoomTriggers(String enabledRoomTriggers)
    • getEnabledChannels

      public String getEnabledChannels()
    • setEnabledChannels

      public void setEnabledChannels(String enabledChannels)
    • getRooms

      public String getRooms()
    • setRooms

      public void setRooms(String rooms)
    • getEnabledTriggers

      public String getEnabledTriggers()
    • setEnabledTriggers

      public void setEnabledTriggers(String enabledTriggers)
    • toJSON

      public org.json.simple.JSONObject toJSON()