Uses of Class
net.bis5.mattermost.model.CommandMethod
-
Packages that use CommandMethod Package Description net.bis5.mattermost.model -
-
Uses of CommandMethod in net.bis5.mattermost.model
Methods in net.bis5.mattermost.model that return CommandMethod Modifier and Type Method Description CommandMethodCommandMethod.CommandMethodDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)CommandMethodCommand. getMethod()static CommandMethodCommandMethod. of(String code)Get an enum constant for providedcode.static CommandMethodCommandMethod. 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.Methods in net.bis5.mattermost.model with parameters of type CommandMethod Modifier and Type Method Description voidCommand. setMethod(CommandMethod method)Constructors in net.bis5.mattermost.model with parameters of type CommandMethod Constructor Description Command(String creatorId, String teamId, String url, CommandMethod method, String trigger)The convenience constructor for create new slash command.
-