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