Package com.github.twitch4j.auth.domain
Enum Class TwitchScopes
- All Implemented Interfaces:
Serializable
,Comparable<TwitchScopes>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionScopesDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiontoString()
Custom ToStringstatic TwitchScopes
Returns the enum constant of this class with the specified name.static TwitchScopes[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CHAT_CHANNEL_MODERATE
Scopes -
CHAT_EDIT
-
CHAT_READ
-
CHAT_CHANNEL_BOT
-
CHAT_USER_BOT
-
CHAT_USER_READ
-
CHAT_WHISPERS_READ
-
CHAT_WHISPERS_EDIT
-
HELIX_ANALYTICS_READ_EXTENSIONS
-
HELIX_ANALYTICS_READ_GAMES
-
HELIX_BITS_READ
-
HELIX_CLIPS_EDIT
-
HELIX_CHANNEL_ADS_MANAGE
-
HELIX_CHANNEL_ADS_READ
-
HELIX_CHANNEL_BROADCAST_MANAGE
-
HELIX_CHANNEL_CHARITY_READ
-
HELIX_CHANNEL_COMMERCIALS_EDIT
-
HELIX_CHANNEL_EXTENSION_MANAGE
-
HELIX_CHANNEL_EDITORS_READ
-
HELIX_CHANNEL_FOLLOWERS_READ
-
HELIX_CHANNEL_GOALS_READ
-
HELIX_CHANNEL_GUEST_STAR_MANAGE
-
HELIX_CHANNEL_GUEST_STAR_READ
-
HELIX_CHANNEL_HYPE_TRAIN_READ
-
HELIX_CHANNEL_MODS_MANAGE
-
HELIX_CHANNEL_POLLS_MANAGE
-
HELIX_CHANNEL_POLLS_READ
-
HELIX_CHANNEL_PREDICTIONS_MANAGE
-
HELIX_CHANNEL_PREDICTIONS_READ
-
HELIX_CHANNEL_RAIDS_MANAGE
-
HELIX_CHANNEL_REDEMPTIONS_MANAGE
-
HELIX_CHANNEL_REDEMPTIONS_READ
-
HELIX_CHANNEL_STREAM_KEY_READ
-
HELIX_CHANNEL_SUBSCRIPTIONS_READ
-
HELIX_CHANNEL_VIDEOS_MANAGE
-
HELIX_CHANNEL_VIPS_MANAGE
-
HELIX_CHANNEL_VIPS_READ
-
HELIX_MODERATION_READ
-
HELIX_AUTOMOD_MANAGE
-
HELIX_AUTOMOD_SETTINGS_MANAGE
-
HELIX_AUTOMOD_SETTINGS_READ
-
HELIX_BANNED_USERS_MANAGE
-
HELIX_BANNED_USERS_READ
-
HELIX_BLOCKED_TERMS_MANAGE
-
HELIX_BLOCKED_TERMS_READ
-
HELIX_CHAT_ANNOUNCEMENTS_MANAGE
-
HELIX_CHATTERS_READ
-
HELIX_CHAT_MESSAGES_MANAGE
-
HELIX_CHAT_MESSAGES_READ
-
HELIX_CHAT_SETTINGS_MANAGE
-
HELIX_CHAT_SETTINGS_READ
-
HELIX_GUEST_STAR_MANAGE
-
HELIX_GUEST_STAR_READ
-
HELIX_MODERATORS_READ
-
HELIX_SHIELD_MODE_MANAGE
-
HELIX_SHIELD_MODE_READ
-
HELIX_SHOUTOUTS_MANAGE
-
HELIX_SHOUTOUTS_READ
-
HELIX_SUSPICIOUS_USERS_READ
-
HELIX_UNBAN_REQUESTS_MANAGE
-
HELIX_UNBAN_REQUESTS_READ
-
HELIX_USER_COLOR_MANAGE
-
HELIX_USER_EDIT
-
HELIX_USER_EDIT_BROADCAST
-
HELIX_USER_EDIT_FOLLOWS
-
HELIX_USER_BLOCKS_READ
-
HELIX_USER_READ_BROADCAST
-
HELIX_USER_CHAT_WRITE
-
HELIX_USER_EMOTES_READ
-
HELIX_USER_FOLLOWS_READ
-
HELIX_USER_SUBSCRIPTIONS_READ
-
HELIX_USER_EMAIL
-
HELIX_USER_MODERATED_READ
-
HELIX_USER_BLOCKS_MANAGE
-
HELIX_USER_WHISPERS_MANAGE
-
HELIX_USER_WHISPERS_READ
-
HELIX_VIPS_READ
-
HELIX_WARNINGS_MANAGE
-
HELIX_WARNINGS_READ
-
KRAKEN_CHANNEL_CHECK_SUBSCRIPTION
-
KRAKEN_CHANNEL_COMMERCIAL
-
KRAKEN_CHANNEL_EDITOR
-
KRAKEN_CHANNEL_FEED_EDIT
-
KRAKEN_CHANNEL_FEED_READ
-
KRAKEN_CHANNEL_READ
-
KRAKEN_CHANNEL_STREAM
-
KRAKEN_CHANNEL_SUBSCRIPTIONS
-
KRAKEN_COLLECTIONS_EDIT
-
KRAKEN_COMMUNITIES_EDIT
-
KRAKEN_COMMUNITIES_MODERATE
-
KRAKEN_OPENID
-
KRAKEN_USER_BLOCKS_EDIT
-
KRAKEN_USER_BLOCKS_READ
-
KRAKEN_USER_FOLLOWS_EDIT
-
KRAKEN_USER_READ
-
KRAKEN_USER_SUBSCRIPTIONS
-
KRAKEN_VIEWING_ACTIVITY_READ
-
KRAKEN_CHAT_LOGIN
Deprecated. -
HIDDEN_USER_PUSH_SUBSCRIPTIONS_EDIT
Deprecated. -
HIDDEN_CHANNEL_FEED_REPORT
Deprecated. -
HIDDEN_USER_EDIT
Deprecated. -
HIDDEN_USER_FRIENDS_EDIT
Deprecated. -
HIDDEN_USER_FRIENDS_READ
Deprecated. -
HIDDEN_USER_PRESENCE_EDIT
Deprecated. -
HIDDEN_USER_PRESENCE_FRIENDS_READ
Deprecated. -
HIDDEN_USER_SUBSCRIPTIONS_EDIT
Deprecated. -
HIDDEN_USER_ENTITLEMENTS_READ
Deprecated.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
Custom ToString- Overrides:
toString
in classEnum<TwitchScopes>
- Returns:
- string
-