Uses of Class
com.slack.api.model.manifest.AppManifest.Function
-
Packages that use AppManifest.Function Package Description com.slack.api.model.manifest -
-
Uses of AppManifest.Function in com.slack.api.model.manifest
Methods in com.slack.api.model.manifest that return AppManifest.Function Modifier and Type Method Description AppManifest.FunctionAppManifest.Function.FunctionBuilder. build()Methods in com.slack.api.model.manifest that return types with arguments of type AppManifest.Function Modifier and Type Method Description Map<String,AppManifest.Function>AppManifest. getFunctions()Method parameters in com.slack.api.model.manifest with type arguments of type AppManifest.Function Modifier and Type Method Description AppManifest.AppManifestBuilderAppManifest.AppManifestBuilder. functions(Map<String,AppManifest.Function> functions)voidAppManifest. setFunctions(Map<String,AppManifest.Function> functions)Constructor parameters in com.slack.api.model.manifest with type arguments of type AppManifest.Function Constructor Description AppManifest(AppManifest.Metadata metadata, AppManifest.DisplayInformation displayInformation, AppManifest.Settings settings, AppManifest.Features features, AppManifest.OAuthConfig oauthConfig, Map<String,AppManifest.Function> functions)
-