Uses of Class
net.bis5.mattermost.model.config.consts.ChannelSidebarOrganization
-
Packages that use ChannelSidebarOrganization Package Description net.bis5.mattermost.model.config net.bis5.mattermost.model.config.consts -
-
Uses of ChannelSidebarOrganization in net.bis5.mattermost.model.config
Methods in net.bis5.mattermost.model.config that return ChannelSidebarOrganization Modifier and Type Method Description ChannelSidebarOrganizationServiceSettings. getExperimentalChannelSidebarOrganization()Methods in net.bis5.mattermost.model.config with parameters of type ChannelSidebarOrganization Modifier and Type Method Description voidServiceSettings. setExperimentalChannelSidebarOrganization(ChannelSidebarOrganization experimentalChannelSidebarOrganization) -
Uses of ChannelSidebarOrganization in net.bis5.mattermost.model.config.consts
Methods in net.bis5.mattermost.model.config.consts that return ChannelSidebarOrganization Modifier and Type Method Description ChannelSidebarOrganizationChannelSidebarOrganization.ChannelSidebarOrganizationDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)static ChannelSidebarOrganizationChannelSidebarOrganization. of(String code)static ChannelSidebarOrganizationChannelSidebarOrganization. valueOf(String name)Returns the enum constant of this type with the specified name.static ChannelSidebarOrganization[]ChannelSidebarOrganization. values()Returns an array containing the constants of this enum type, in the order they are declared.
-