- java.lang.Object
-
- net.bis5.mattermost.model.config.PrivacySettings
-
public class PrivacySettings extends Object
Privacy settings.- Author:
- Takayuki Maruyama
-
-
Constructor Summary
Constructors Constructor Description PrivacySettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)inthashCode()booleanisShowEmailAddress()booleanisShowFullName()voidsetShowEmailAddress(boolean showEmailAddress)voidsetShowFullName(boolean showFullName)StringtoString()
-
-
-
Method Detail
-
isShowEmailAddress
public boolean isShowEmailAddress()
-
isShowFullName
public boolean isShowFullName()
-
setShowEmailAddress
public void setShowEmailAddress(boolean showEmailAddress)
-
setShowFullName
public void setShowFullName(boolean showFullName)
-
canEqual
protected boolean canEqual(Object other)
-
-