| Package | Description |
|---|---|
| net.bis5.mattermost.model |
| Modifier and Type | Method and Description |
|---|---|
ChannelType |
ChannelType.ChannelTypeDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
static ChannelType |
ChannelType.of(String code)
Get an enum constant for provided
code. |
static ChannelType |
ChannelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelType[] |
ChannelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Channel(String displayName,
String name,
ChannelType type,
String teamId)
The convenience constructor to create new channel.
|
Copyright © 2019. All rights reserved.