Uses of Class
com.slack.api.model.block.composition.WorkflowObject.Trigger.InputParameter
-
Packages that use WorkflowObject.Trigger.InputParameter Package Description com.slack.api.model.block.composition 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.InputParameter Modifier and Type Method Description WorkflowObject.Trigger.InputParameterWorkflowObject.Trigger.InputParameter.InputParameterBuilder. build()Methods in com.slack.api.model.block.composition that return types with arguments of type WorkflowObject.Trigger.InputParameter Modifier and Type Method Description List<WorkflowObject.Trigger.InputParameter>WorkflowObject.Trigger. getCustomizableInputParameters()Method parameters in com.slack.api.model.block.composition with type arguments of type WorkflowObject.Trigger.InputParameter Modifier and Type Method Description WorkflowObject.Trigger.TriggerBuilderWorkflowObject.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.InputParameter Constructor Description Trigger(String url, List<WorkflowObject.Trigger.InputParameter> customizableInputParameters)
-