Uses of Class
net.bis5.mattermost.model.CommandResponseType
-
Packages that use CommandResponseType Package Description net.bis5.mattermost.model -
-
Uses of CommandResponseType in net.bis5.mattermost.model
Methods in net.bis5.mattermost.model that return CommandResponseType Modifier and Type Method Description CommandResponseTypeCommandResponseType.CommandResponseTypeDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)CommandResponseTypeCommandResponse. getResponseType()static CommandResponseTypeCommandResponseType. of(String code)Get an enum constant forcode.static CommandResponseTypeCommandResponseType. valueOf(String name)Returns the enum constant of this type with the specified name.static CommandResponseType[]CommandResponseType. 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 CommandResponseType Modifier and Type Method Description voidCommandResponse. setResponseType(CommandResponseType responseType)
-