| Package | Description |
|---|---|
| net.bis5.mattermost.model.config | |
| net.bis5.mattermost.model.config.consts |
| Modifier and Type | Method and Description |
|---|---|
ImageProxyType |
ImageProxySettings.getImageProxyType() |
ImageProxyType |
ServiceSettings.getImageProxyType()
Deprecated.
Changed to
ImageProxySettings.getImageProxyType() for Mattermost Server
5.8+ |
| Modifier and Type | Method and Description |
|---|---|
void |
ImageProxySettings.setImageProxyType(ImageProxyType imageProxyType) |
void |
ServiceSettings.setImageProxyType(ImageProxyType imageProxyType)
Deprecated.
Changed to
ImageProxySettings.setImageProxyType(ImageProxyType) for
Mattermost Server 5.8+ |
| Modifier and Type | Method and Description |
|---|---|
ImageProxyType |
ImageProxyType.ImageProxyTypeDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
static ImageProxyType |
ImageProxyType.of(String code) |
static ImageProxyType |
ImageProxyType.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.
|
Copyright © 2019. All rights reserved.