Module net.bis5.mattermost4j.models
Package net.bis5.mattermost.model.config
Class GuestAccountsSettings
- java.lang.Object
-
- net.bis5.mattermost.model.config.GuestAccountsSettings
-
public class GuestAccountsSettings extends Object
Guest account settings.- Since:
- Mattermost Server 5.16
- Author:
- Takayuki Maruyama
-
-
Constructor Summary
Constructors Constructor Description GuestAccountsSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetRestrictCreationToDomains()inthashCode()booleanisAllowEmailAccounts()booleanisEnable()booleanisEnforceMultifactorAuthentication()voidsetAllowEmailAccounts(boolean allowEmailAccounts)voidsetEnable(boolean enable)voidsetEnforceMultifactorAuthentication(boolean enforceMultifactorAuthentication)voidsetRestrictCreationToDomains(String restrictCreationToDomains)StringtoString()
-
-
-
Method Detail
-
isEnable
public boolean isEnable()
-
isAllowEmailAccounts
public boolean isAllowEmailAccounts()
-
isEnforceMultifactorAuthentication
public boolean isEnforceMultifactorAuthentication()
-
getRestrictCreationToDomains
public String getRestrictCreationToDomains()
-
setEnable
public void setEnable(boolean enable)
-
setAllowEmailAccounts
public void setAllowEmailAccounts(boolean allowEmailAccounts)
-
setEnforceMultifactorAuthentication
public void setEnforceMultifactorAuthentication(boolean enforceMultifactorAuthentication)
-
setRestrictCreationToDomains
public void setRestrictCreationToDomains(String restrictCreationToDomains)
-
canEqual
protected boolean canEqual(Object other)
-
-