Uses of Class
com.slack.api.model.manifest.AppManifestParams.Scopes
Packages that use AppManifestParams.Scopes
-
Uses of AppManifestParams.Scopes in com.slack.api.model.manifest
Methods in com.slack.api.model.manifest that return AppManifestParams.ScopesModifier and TypeMethodDescriptionAppManifestParams.Scopes.ScopesBuilder.build()AppManifestParams.OAuthConfig.getScopes()Methods in com.slack.api.model.manifest with parameters of type AppManifestParams.ScopesModifier and TypeMethodDescriptionAppManifestParams.OAuthConfig.OAuthConfigBuilder.scopes(AppManifestParams.Scopes scopes) voidAppManifestParams.OAuthConfig.setScopes(AppManifestParams.Scopes scopes) Constructors in com.slack.api.model.manifest with parameters of type AppManifestParams.ScopesModifierConstructorDescriptionOAuthConfig(AppManifestParams.Scopes scopes, List<String> redirectUrls, Boolean tokenManagementEnabled)