Uses of Class
com.slack.api.model.block.composition.WorkflowObject.Trigger.InputParameter
Packages that use WorkflowObject.Trigger.InputParameter
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of WorkflowObject.Trigger.InputParameter in com.slack.api.model.block.composition
Methods in com.slack.api.model.block.composition that return WorkflowObject.Trigger.InputParameterModifier and TypeMethodDescriptionWorkflowObject.Trigger.InputParameter.InputParameterBuilder.build()Methods in com.slack.api.model.block.composition that return types with arguments of type WorkflowObject.Trigger.InputParameterMethod parameters in com.slack.api.model.block.composition with type arguments of type WorkflowObject.Trigger.InputParameterModifier and TypeMethodDescriptionWorkflowObject.Trigger.TriggerBuilder.customizableInputParameters(List<WorkflowObject.Trigger.InputParameter> customizableInputParameters) voidWorkflowObject.Trigger.setCustomizableInputParameters(List<WorkflowObject.Trigger.InputParameter> customizableInputParameters) Constructor parameters in com.slack.api.model.block.composition with type arguments of type WorkflowObject.Trigger.InputParameterModifierConstructorDescriptionTrigger(String url, List<WorkflowObject.Trigger.InputParameter> customizableInputParameters)