Uses of Class
com.slack.api.model.manifest.AppManifest.Metadata
Packages that use AppManifest.Metadata
-
Uses of AppManifest.Metadata in com.slack.api.model.manifest
Methods in com.slack.api.model.manifest that return AppManifest.MetadataModifier and TypeMethodDescriptionAppManifest.Metadata.MetadataBuilder.build()AppManifest.getMetadata()Methods in com.slack.api.model.manifest with parameters of type AppManifest.MetadataModifier and TypeMethodDescriptionAppManifest.AppManifestBuilder.metadata(AppManifest.Metadata metadata) voidAppManifest.setMetadata(AppManifest.Metadata metadata) Constructors in com.slack.api.model.manifest with parameters of type AppManifest.MetadataModifierConstructorDescriptionAppManifest(AppManifest.Metadata metadata, AppManifest.DisplayInformation displayInformation, AppManifest.Settings settings, AppManifest.Features features, AppManifest.OAuthConfig oauthConfig, Map<String, AppManifest.Function> functions)