Uses of Class
com.slack.api.model.manifest.AppManifest.Scopes
-
Packages that use AppManifest.Scopes Package Description com.slack.api.model.manifest -
-
Uses of AppManifest.Scopes in com.slack.api.model.manifest
Methods in com.slack.api.model.manifest that return AppManifest.Scopes Modifier and Type Method Description AppManifest.ScopesAppManifest.Scopes.ScopesBuilder. build()AppManifest.ScopesAppManifest.OAuthConfig. getScopes()Methods in com.slack.api.model.manifest with parameters of type AppManifest.Scopes Modifier and Type Method Description AppManifest.OAuthConfig.OAuthConfigBuilderAppManifest.OAuthConfig.OAuthConfigBuilder. scopes(AppManifest.Scopes scopes)voidAppManifest.OAuthConfig. setScopes(AppManifest.Scopes scopes)Constructors in com.slack.api.model.manifest with parameters of type AppManifest.Scopes Constructor Description OAuthConfig(AppManifest.Scopes scopes, List<String> redirectUrls, Boolean tokenManagementEnabled)
-