Uses of Class
net.bis5.mattermost.model.config.consts.ImageProxyType
-
Packages that use ImageProxyType Package Description net.bis5.mattermost.model.config net.bis5.mattermost.model.config.consts -
-
Uses of ImageProxyType in net.bis5.mattermost.model.config
Methods in net.bis5.mattermost.model.config that return ImageProxyType Modifier and Type Method Description ImageProxyTypeImageProxySettings. getImageProxyType()ImageProxyTypeServiceSettings. getImageProxyType()Deprecated.Changed toImageProxySettings.getImageProxyType()for Mattermost Server 5.8+Methods in net.bis5.mattermost.model.config with parameters of type ImageProxyType Modifier and Type Method Description voidImageProxySettings. setImageProxyType(ImageProxyType imageProxyType)voidServiceSettings. setImageProxyType(ImageProxyType imageProxyType)Deprecated.Changed toImageProxySettings.setImageProxyType(ImageProxyType)for Mattermost Server 5.8+ -
Uses of ImageProxyType in net.bis5.mattermost.model.config.consts
Methods in net.bis5.mattermost.model.config.consts that return ImageProxyType Modifier and Type Method Description ImageProxyTypeImageProxyType.ImageProxyTypeDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)static ImageProxyTypeImageProxyType. of(String code)static ImageProxyTypeImageProxyType. valueOf(String name)Returns the enum constant of this type with the specified name.static ImageProxyType[]ImageProxyType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-