Class ProfileNotification

java.lang.Object
com.openkm.sdk4j.bean.ProfileNotification
All Implemented Interfaces:
Serializable

public class ProfileNotification extends Object implements Serializable
See Also:
  • Constructor Details

    • ProfileNotification

      public ProfileNotification()
  • Method Details

    • getImmediate

      public Set<String> getImmediate()
    • setImmediate

      public void setImmediate(Set<String> immediate)
    • getGrouped

      public Set<String> getGrouped()
    • setGrouped

      public void setGrouped(Set<String> daily)
    • toString

      public String toString()
      Overrides:
      toString in class Object