| Package | Description |
|---|---|
| net.bis5.mattermost.model |
| Modifier and Type | Method and Description |
|---|---|
CommandMethod |
CommandMethod.CommandMethodDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
static CommandMethod |
CommandMethod.of(String code) |
static CommandMethod |
CommandMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandMethod[] |
CommandMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Command(String creatorId,
String teamId,
String url,
CommandMethod method,
String trigger) |
Copyright © 2018. All rights reserved.