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