Uses of Class
com.slack.api.model.event.FunctionExecutedEvent.InputValue
Packages that use FunctionExecutedEvent.InputValue
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
Provides JSON serialization/deserialization utilities for the classes in this library.
-
Uses of FunctionExecutedEvent.InputValue in com.slack.api.model.event
Methods in com.slack.api.model.event that return types with arguments of type FunctionExecutedEvent.InputValueMethod parameters in com.slack.api.model.event with type arguments of type FunctionExecutedEvent.InputValueModifier and TypeMethodDescriptionvoidFunctionExecutedEvent.setInputs(Map<String, FunctionExecutedEvent.InputValue> inputs) -
Uses of FunctionExecutedEvent.InputValue in com.slack.api.util.json
Methods in com.slack.api.util.json that return FunctionExecutedEvent.InputValueModifier and TypeMethodDescriptionGsonFunctionExecutedEventInputValueFactory.deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) Methods in com.slack.api.util.json with parameters of type FunctionExecutedEvent.InputValueModifier and TypeMethodDescriptioncom.google.gson.JsonElementGsonFunctionExecutedEventInputValueFactory.serialize(FunctionExecutedEvent.InputValue src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)