Package com.github.twitch4j.auth.domain
Enum TwitchScopes
java.lang.Object
java.lang.Enum<TwitchScopes>
com.github.twitch4j.auth.domain.TwitchScopes
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<TwitchScopes>,java.lang.constant.Constable
public enum TwitchScopes extends java.lang.Enum<TwitchScopes>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>> -
Enum Constant Summary
-
Method Summary
Modifier and Type Method Description java.lang.StringtoString()Custom ToStringstatic TwitchScopesvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TwitchScopes[]values()Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOfMethods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
-
Enum Constant Details
-
CHAT_CHANNEL_MODERATE
Scopes -
CHAT_EDIT
-
CHAT_READ
-
CHAT_WHISPERS_READ
-
CHAT_WHISPERS_EDIT
-
HELIX_ANALYTICS_READ_EXTENSIONS
-
HELIX_ANALYTICS_READ_GAMES
-
HELIX_BITS_READ
-
HELIX_CLIPS_EDIT
-
HELIX_CHANNEL_BROADCAST_MANAGE
-
HELIX_CHANNEL_COMMERCIALS_EDIT
-
HELIX_CHANNEL_EXTENSION_MANAGE
-
HELIX_CHANNEL_EDITORS_READ
-
HELIX_CHANNEL_HYPE_TRAIN_READ
-
HELIX_CHANNEL_POLLS_MANAGE
-
HELIX_CHANNEL_POLLS_READ
-
HELIX_CHANNEL_PREDICTIONS_MANAGE
-
HELIX_CHANNEL_PREDICTIONS_READ
-
HELIX_CHANNEL_REDEMPTIONS_READ
-
HELIX_CHANNEL_STREAM_KEY_READ
-
HELIX_CHANNEL_SUBSCRIPTIONS_READ
-
HELIX_CHANNEL_VIDEOS_MANAGE
-
HELIX_MODERATION_READ
-
HELIX_AUTOMOD_MANAGE
-
HELIX_USER_EDIT
-
HELIX_USER_EDIT_BROADCAST
-
HELIX_USER_EDIT_FOLLOWS
-
HELIX_USER_BLOCKS_READ
-
HELIX_USER_READ_BROADCAST
-
HELIX_USER_FOLLOWS_READ
-
HELIX_USER_SUBSCRIPTIONS_READ
-
HELIX_USER_EMAIL
-
HELIX_USER_BLOCKS_MANAGE
-
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 type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
toString
public java.lang.String toString()Custom ToString- Overrides:
toStringin classjava.lang.Enum<TwitchScopes>- Returns:
- string
-