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