Enum Class GoalType
- All Implemented Interfaces:
Serializable
,Comparable<GoalType>
,Constable
The type of goal.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionThe goal is to increase the amount of Bits used on the channel.The goal is to increase the number of unique Cheerers to Cheer on the channel.The goal is to increase followers.The goal is to increase subscriptions.The goal is to increase subscriptions.The goal is to increase subscriptions.The goal is to increase subscriptions.An unknown goal type; please create a GitHub issue. -
Method Summary
-
Enum Constant Details
-
FOLLOWERS
The goal is to increase followers. -
SUBSCRIPTIONS
The goal is to increase subscriptions. This type shows the net increase or decrease in tier points associated with the subscriptions. -
NEW_SUBSCRIPTIONS
The goal is to increase subscriptions. This type shows only the net increase in tier points associated with the subscriptions (it does not account for users that unsubscribed since the goal started). -
SUB_COUNT
The goal is to increase subscriptions. This type shows the net increase or decrease in the number of subscriptions. -
NEW_SUB_COUNT
The goal is to increase subscriptions. This type shows only the net increase in the number of subscriptions (it does not account for users that unsubscribed since the goal started). -
BITS
The goal is to increase the amount of Bits used on the channel.- See Also:
-
CHEERS
The goal is to increase the number of unique Cheerers to Cheer on the channel.- See Also:
-
UNKNOWN
An unknown goal type; please create a GitHub issue.
-
-
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
-