Uses of Class
net.bis5.mattermost.model.PostEmbedType
-
Packages that use PostEmbedType Package Description net.bis5.mattermost.model -
-
Uses of PostEmbedType in net.bis5.mattermost.model
Methods in net.bis5.mattermost.model that return PostEmbedType Modifier and Type Method Description PostEmbedTypePostEmbedType.PostEmbedTypeDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)PostEmbedTypePostEmbed. getType()static PostEmbedTypePostEmbedType. of(String type)static PostEmbedTypePostEmbedType. valueOf(String name)Returns the enum constant of this type with the specified name.static PostEmbedType[]PostEmbedType. 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 PostEmbedType Modifier and Type Method Description voidPostEmbed. setType(PostEmbedType type)
-