Uses of Class
net.bis5.mattermost.model.ChannelType
-
Packages that use ChannelType Package Description net.bis5.mattermost.model -
-
Uses of ChannelType in net.bis5.mattermost.model
Methods in net.bis5.mattermost.model that return ChannelType Modifier and Type Method Description ChannelTypeChannelType.ChannelTypeDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)ChannelTypeChannel. getType()static ChannelTypeChannelType. of(String code)Get an enum constant for providedcode.static ChannelTypeChannelType. 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.Methods in net.bis5.mattermost.model with parameters of type ChannelType Modifier and Type Method Description voidChannel. setType(ChannelType type)Constructors in net.bis5.mattermost.model with parameters of type ChannelType Constructor Description Channel(String displayName, String name, ChannelType type, String teamId)The convenience constructor to create new channel.
-