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