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