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