public class GuestAccountsSettings extends Object
| Constructor and Description |
|---|
GuestAccountsSettings() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getRestrictCreationToDomains() |
int |
hashCode() |
boolean |
isAllowEmailAccounts() |
boolean |
isEnable() |
boolean |
isEnforceMultifactorAuthentication() |
void |
setAllowEmailAccounts(boolean allowEmailAccounts) |
void |
setEnable(boolean enable) |
void |
setEnforceMultifactorAuthentication(boolean enforceMultifactorAuthentication) |
void |
setRestrictCreationToDomains(String restrictCreationToDomains) |
String |
toString() |
public boolean isEnable()
public boolean isAllowEmailAccounts()
public boolean isEnforceMultifactorAuthentication()
public String getRestrictCreationToDomains()
public void setEnable(boolean enable)
public void setAllowEmailAccounts(boolean allowEmailAccounts)
public void setEnforceMultifactorAuthentication(boolean enforceMultifactorAuthentication)
public void setRestrictCreationToDomains(String restrictCreationToDomains)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.