Class ProfileChat

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

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

    • ProfileChat

      public ProfileChat()
  • Method Details

    • getChatEnabled

      public Boolean getChatEnabled()
    • setChatEnabled

      public void setChatEnabled(Boolean chatEnabled)
    • getAutoLoginEnabled

      public Boolean getAutoLoginEnabled()
    • setAutoLoginEnabled

      public void setAutoLoginEnabled(Boolean autoLoginEnabled)
    • toString

      public String toString()
      Overrides:
      toString in class Object