Uses of Class
com.slack.api.model.admin.AppFunction.OutputParameter
-
Packages that use AppFunction.OutputParameter Package Description com.slack.api.model.admin The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces. -
-
Uses of AppFunction.OutputParameter in com.slack.api.model.admin
Methods in com.slack.api.model.admin that return types with arguments of type AppFunction.OutputParameter Modifier and Type Method Description List<AppFunction.OutputParameter>AppFunction. getOutputParameters()Method parameters in com.slack.api.model.admin with type arguments of type AppFunction.OutputParameter Modifier and Type Method Description voidAppFunction. setOutputParameters(List<AppFunction.OutputParameter> outputParameters)
-