public enum AuthSlackScope extends Enum<AuthSlackScope> implements AuthScope
Modifier and Type | Method and Description |
---|---|
static AuthSlackScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthSlackScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthSlackScope USERS_PROFILE_READ
scope
含义,以description
为准public static final AuthSlackScope USERS_READ
public static final AuthSlackScope USERS_READ_EMAIL
public static final AuthSlackScope USERS_PROFILE_WRITE
public static final AuthSlackScope USERS_PROFILE_WRITE_USER
public static final AuthSlackScope USERS_WRITE
public static final AuthSlackScope ADMIN
public static final AuthSlackScope ADMIN_ANALYTICS_READ
public static final AuthSlackScope ADMIN_APPS_READ
public static final AuthSlackScope ADMIN_APPS_WRITE
public static final AuthSlackScope ADMIN_BARRIERS_READ
public static final AuthSlackScope ADMIN_BARRIERS_WRITE
public static final AuthSlackScope ADMIN_CONVERSATIONS_READ
public static final AuthSlackScope ADMIN_CONVERSATIONS_WRITE
public static final AuthSlackScope ADMIN_INVITES_READ
public static final AuthSlackScope ADMIN_INVITES_WRITE
public static final AuthSlackScope ADMIN_TEAMS_READ
public static final AuthSlackScope ADMIN_TEAMS_WRITE
public static final AuthSlackScope ADMIN_USERGROUPS_READ
public static final AuthSlackScope ADMIN_USERGROUPS_WRITE
public static final AuthSlackScope ADMIN_USERS_READ
public static final AuthSlackScope ADMIN_USERS_WRITE
public static final AuthSlackScope APP_MENTIONS_READ
public static final AuthSlackScope AUDITLOGS_READ
public static final AuthSlackScope BOT
public static final AuthSlackScope CALLS_READ
public static final AuthSlackScope CALLS_WRITE
public static final AuthSlackScope CHANNELS_HISTORY
public static final AuthSlackScope CHANNELS_JOIN
public static final AuthSlackScope CHANNELS_MANAGE
public static final AuthSlackScope CHANNELS_READ
public static final AuthSlackScope CHANNELS_WRITE
public static final AuthSlackScope CHAT_WRITE
public static final AuthSlackScope CHAT_WRITE_CUSTOMIZE
public static final AuthSlackScope CHAT_WRITE_PUBLIC
public static final AuthSlackScope CHAT_WRITE_BOT
public static final AuthSlackScope CHAT_WRITE_USER
public static final AuthSlackScope CLIENT
public static final AuthSlackScope COMMANDS
public static final AuthSlackScope CONVERSATIONS_HISTORY
public static final AuthSlackScope CONVERSATIONS_READ
public static final AuthSlackScope CONVERSATIONS_WRITE
public static final AuthSlackScope DND_READ
public static final AuthSlackScope DND_WRITE
public static final AuthSlackScope DND_WRITE_USER
public static final AuthSlackScope EMOJI_READ
public static final AuthSlackScope FILES_READ
public static final AuthSlackScope FILES_WRITE
public static final AuthSlackScope FILES_WRITE_USER
public static final AuthSlackScope GROUPS_HISTORY
public static final AuthSlackScope GROUPS_READ
public static final AuthSlackScope GROUPS_WRITE
public static final AuthSlackScope IDENTIFY
public static final AuthSlackScope IDENTITY_AVATAR
public static final AuthSlackScope IDENTITY_AVATAR_READ_USER
public static final AuthSlackScope IDENTITY_BASIC
public static final AuthSlackScope IDENTITY_EMAIL
public static final AuthSlackScope IDENTITY_EMAIL_READ_USER
public static final AuthSlackScope IDENTITY_TEAM
public static final AuthSlackScope IDENTITY_TEAM_READ_USER
public static final AuthSlackScope IDENTITY_READ_USER
public static final AuthSlackScope IM_HISTORY
public static final AuthSlackScope IM_READ
public static final AuthSlackScope IM_WRITE
public static final AuthSlackScope INCOMING_WEBHOOK
public static final AuthSlackScope LINKS_READ
public static final AuthSlackScope LINKS_WRITE
public static final AuthSlackScope MPIM_HISTORY
public static final AuthSlackScope MPIM_READ
public static final AuthSlackScope MPIM_WRITE
public static final AuthSlackScope NONE
public static final AuthSlackScope PINS_READ
public static final AuthSlackScope PINS_WRITE
public static final AuthSlackScope POST
public static final AuthSlackScope REACTIONS_READ
public static final AuthSlackScope REACTIONS_WRITE
public static final AuthSlackScope READ
public static final AuthSlackScope REMINDERS_READ
public static final AuthSlackScope REMINDERS_READ_USER
public static final AuthSlackScope REMINDERS_WRITE
public static final AuthSlackScope REMINDERS_WRITE_USER
public static final AuthSlackScope REMOTE_FILES_READ
public static final AuthSlackScope REMOTE_FILES_SHARE
public static final AuthSlackScope REMOTE_FILES_WRITE
public static final AuthSlackScope SEARCH_READ
public static final AuthSlackScope STARS_READ
public static final AuthSlackScope STARS_WRITE
public static final AuthSlackScope TEAM_READ
public static final AuthSlackScope TOKENS_BASIC
public static final AuthSlackScope USERGROUPS_READ
public static final AuthSlackScope USERGROUPS_WRITE
public static final AuthSlackScope WORKFLOW_STEPS_EXECUTE
public static AuthSlackScope[] values()
for (AuthSlackScope c : AuthSlackScope.values()) System.out.println(c);
public static AuthSlackScope valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2021. All rights reserved.