Uses of Class
com.slack.api.model.manifest.AppManifest.EventSubscriptions
-
Packages that use AppManifest.EventSubscriptions Package Description com.slack.api.model.manifest -
-
Uses of AppManifest.EventSubscriptions in com.slack.api.model.manifest
Methods in com.slack.api.model.manifest that return AppManifest.EventSubscriptions Modifier and Type Method Description AppManifest.EventSubscriptionsAppManifest.EventSubscriptions.EventSubscriptionsBuilder. build()AppManifest.EventSubscriptionsAppManifest.Settings. getEventSubscriptions()Methods in com.slack.api.model.manifest with parameters of type AppManifest.EventSubscriptions Modifier and Type Method Description AppManifest.Settings.SettingsBuilderAppManifest.Settings.SettingsBuilder. eventSubscriptions(AppManifest.EventSubscriptions eventSubscriptions)voidAppManifest.Settings. setEventSubscriptions(AppManifest.EventSubscriptions eventSubscriptions)Constructors in com.slack.api.model.manifest with parameters of type AppManifest.EventSubscriptions 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)
-