public class TeamSettings extends Object
| Constructor and Description |
|---|
TeamSettings() |
public String getSiteName()
public int getMaxUsersPerTeam()
public boolean isEnableTeamCreation()
public boolean isEnableUserCreation()
public boolean isEnableOpenServer()
public boolean isEnableUserDeactivate()
public String getRestrictCreationToDomains()
public boolean isEnableCustomBrand()
public String getCustomBrandText()
public String getCustomDescriptionText()
public RestrictDirectMessage getRestrictDirectMessage()
public Permissions getRestrictTeamInvite()
public Permissions getRestrictPublicChannelManagement()
public Permissions getRestrictPrivateChannelManagement()
public Permissions getRestrictPublicChannelCreation()
public Permissions getRestrictPrivateChannelCreation()
public Permissions getRestrictPublicChannelDeletion()
public Permissions getRestrictPrivateChannelDeletion()
public Permissions getRestrictPrivateChannelManageMembers()
public long getUserStatusAwayTimeout()
public long getMaxChannelsPerTeam()
public long getMaxNotificationsPerChannel()
public TeammateNameDisplay getTeammateNameDisplay()
public boolean isEnableXtoLeaveChannelsFromLhs()
public boolean isExperimentalTownSquareIsReadOnly()
public boolean isEnableConfirmNotificationsToChannel()
public String getExperimentalPrimaryTeam()
public boolean isExperimentalEnableAutomaticReplies()
public boolean isEnableUserDeactivation()
public boolean isExperimentalHideTownSquareinLhs()
public boolean isExperimentalViewArchivedChannels()
public void setSiteName(String siteName)
public void setMaxUsersPerTeam(int maxUsersPerTeam)
public void setEnableTeamCreation(boolean enableTeamCreation)
public void setEnableUserCreation(boolean enableUserCreation)
public void setEnableOpenServer(boolean enableOpenServer)
public void setEnableUserDeactivate(boolean enableUserDeactivate)
public void setRestrictCreationToDomains(String restrictCreationToDomains)
public void setEnableCustomBrand(boolean enableCustomBrand)
public void setCustomBrandText(String customBrandText)
public void setCustomDescriptionText(String customDescriptionText)
public void setRestrictDirectMessage(RestrictDirectMessage restrictDirectMessage)
public void setRestrictTeamInvite(Permissions restrictTeamInvite)
public void setRestrictPublicChannelManagement(Permissions restrictPublicChannelManagement)
public void setRestrictPrivateChannelManagement(Permissions restrictPrivateChannelManagement)
public void setRestrictPublicChannelCreation(Permissions restrictPublicChannelCreation)
public void setRestrictPrivateChannelCreation(Permissions restrictPrivateChannelCreation)
public void setRestrictPublicChannelDeletion(Permissions restrictPublicChannelDeletion)
public void setRestrictPrivateChannelDeletion(Permissions restrictPrivateChannelDeletion)
public void setRestrictPrivateChannelManageMembers(Permissions restrictPrivateChannelManageMembers)
public void setUserStatusAwayTimeout(long userStatusAwayTimeout)
public void setMaxChannelsPerTeam(long maxChannelsPerTeam)
public void setMaxNotificationsPerChannel(long maxNotificationsPerChannel)
public void setTeammateNameDisplay(TeammateNameDisplay teammateNameDisplay)
public void setEnableXtoLeaveChannelsFromLhs(boolean enableXtoLeaveChannelsFromLhs)
public void setExperimentalTownSquareIsReadOnly(boolean experimentalTownSquareIsReadOnly)
public void setEnableConfirmNotificationsToChannel(boolean enableConfirmNotificationsToChannel)
public void setExperimentalPrimaryTeam(String experimentalPrimaryTeam)
public void setExperimentalEnableAutomaticReplies(boolean experimentalEnableAutomaticReplies)
public void setEnableUserDeactivation(boolean enableUserDeactivation)
public void setExperimentalHideTownSquareinLhs(boolean experimentalHideTownSquareinLhs)
public void setExperimentalViewArchivedChannels(boolean experimentalViewArchivedChannels)
public void setExperimentalDefaultChannels(List<String> experimentalDefaultChannels)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.