Uses of Class
com.slack.api.model.admin.AppScope
-
Packages that use AppScope Package Description com.slack.api.model.admin The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces. -
-
Uses of AppScope in com.slack.api.model.admin
Methods in com.slack.api.model.admin that return types with arguments of type AppScope Modifier and Type Method Description List<AppScope>AppRequest. getScopes()List<AppScope>AppRequest.PreviousResolution. getScopes()List<AppScope>ApprovedApp. getScopes()List<AppScope>RestrictedApp. getScopes()Method parameters in com.slack.api.model.admin with type arguments of type AppScope Modifier and Type Method Description voidAppRequest.PreviousResolution. setScopes(List<AppScope> scopes)voidAppRequest. setScopes(List<AppScope> scopes)voidApprovedApp. setScopes(List<AppScope> scopes)voidRestrictedApp. setScopes(List<AppScope> scopes)
-