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