Uses of Class
com.slack.api.model.manifest.AppManifestParams.EventSubscriptions
-
Packages that use AppManifestParams.EventSubscriptions Package Description com.slack.api.model.manifest -
-
Uses of AppManifestParams.EventSubscriptions in com.slack.api.model.manifest
Methods in com.slack.api.model.manifest that return AppManifestParams.EventSubscriptions Modifier and Type Method Description AppManifestParams.EventSubscriptionsAppManifestParams.EventSubscriptions.EventSubscriptionsBuilder. build()AppManifestParams.EventSubscriptionsAppManifestParams.Settings. getEventSubscriptions()Methods in com.slack.api.model.manifest with parameters of type AppManifestParams.EventSubscriptions Modifier and Type Method Description AppManifestParams.Settings.SettingsBuilderAppManifestParams.Settings.SettingsBuilder. eventSubscriptions(AppManifestParams.EventSubscriptions eventSubscriptions)voidAppManifestParams.Settings. setEventSubscriptions(AppManifestParams.EventSubscriptions eventSubscriptions)Constructors in com.slack.api.model.manifest with parameters of type AppManifestParams.EventSubscriptions Constructor Description Settings(String description, String longDescription, String backgroundColor, AppManifestParams.EventSubscriptions eventSubscriptions, AppManifestParams.Interactivity interactivity, List<String> allowedIpAddressRanges, Boolean orgDeployEnabled, Boolean socketModeEnabled, Boolean tokenRotationEnabled, String functionRuntime)
-