Uses of Class
com.slack.api.model.manifest.AppManifest.Interactivity
-
Packages that use AppManifest.Interactivity Package Description com.slack.api.model.manifest -
-
Uses of AppManifest.Interactivity in com.slack.api.model.manifest
Methods in com.slack.api.model.manifest that return AppManifest.Interactivity Modifier and Type Method Description AppManifest.InteractivityAppManifest.Interactivity.InteractivityBuilder. build()AppManifest.InteractivityAppManifest.Settings. getInteractivity()Methods in com.slack.api.model.manifest with parameters of type AppManifest.Interactivity Modifier and Type Method Description AppManifest.Settings.SettingsBuilderAppManifest.Settings.SettingsBuilder. interactivity(AppManifest.Interactivity interactivity)voidAppManifest.Settings. setInteractivity(AppManifest.Interactivity interactivity)Constructors in com.slack.api.model.manifest with parameters of type AppManifest.Interactivity Constructor Description Settings(String description, String longDescription, String backgroundColor, AppManifest.EventSubscriptions eventSubscriptions, AppManifest.Interactivity interactivity, List<String> allowedIpAddressRanges, Boolean orgDeployEnabled, Boolean socketModeEnabled, Boolean tokenRotationEnabled, String hermesAppType, String functionRuntime)
-