Uses of Class
com.slack.api.model.manifest.AppManifestParams.Settings
-
Packages that use AppManifestParams.Settings Package Description com.slack.api.model.manifest -
-
Uses of AppManifestParams.Settings in com.slack.api.model.manifest
Methods in com.slack.api.model.manifest that return AppManifestParams.Settings Modifier and Type Method Description AppManifestParams.SettingsAppManifestParams.Settings.SettingsBuilder. build()AppManifestParams.SettingsAppManifestParams. getSettings()Methods in com.slack.api.model.manifest with parameters of type AppManifestParams.Settings Modifier and Type Method Description voidAppManifestParams. setSettings(AppManifestParams.Settings settings)AppManifestParams.AppManifestParamsBuilderAppManifestParams.AppManifestParamsBuilder. settings(AppManifestParams.Settings settings)Constructors in com.slack.api.model.manifest with parameters of type AppManifestParams.Settings Constructor Description AppManifestParams(AppManifestParams.Metadata metadata, AppManifestParams.DisplayInformation displayInformation, AppManifestParams.Settings settings, AppManifestParams.Features features, AppManifestParams.OAuthConfig oauthConfig, Map<String,AppManifestParams.Function> functions)
-