| Package | Description |
|---|---|
| net.bis5.mattermost.model |
| Modifier and Type | Method and Description |
|---|---|
PostEmbedType |
PostEmbedType.PostEmbedTypeDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
PostEmbedType |
PostEmbed.getType() |
static PostEmbedType |
PostEmbedType.of(String type) |
static PostEmbedType |
PostEmbedType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PostEmbed.setType(PostEmbedType type) |
Copyright © 2019. All rights reserved.