Uses of Class
com.slack.api.model.manifest.AppManifest.Function
Packages that use AppManifest.Function
-
Uses of AppManifest.Function in com.slack.api.model.manifest
Methods in com.slack.api.model.manifest that return AppManifest.FunctionMethods in com.slack.api.model.manifest that return types with arguments of type AppManifest.FunctionMethod parameters in com.slack.api.model.manifest with type arguments of type AppManifest.FunctionModifier and TypeMethodDescriptionAppManifest.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.FunctionModifierConstructorDescriptionAppManifest(AppManifest.Metadata metadata, AppManifest.DisplayInformation displayInformation, AppManifest.Settings settings, AppManifest.Features features, AppManifest.OAuthConfig oauthConfig, Map<String, AppManifest.Function> functions)