Enum Class FriendshipData.Change
- All Implemented Interfaces:
Serializable
,Comparable<FriendshipData.Change>
,Constable
- Enclosing class:
- FriendshipData
Deprecated.
Friends are being removed by Twitch on 2022-05-25
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic FriendshipData.Change
fromString
(String change) Deprecated.toString()
Deprecated.static FriendshipData.Change
Deprecated.Returns the enum constant of this class with the specified name.static FriendshipData.Change[]
values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ACCEPTED
Deprecated. -
REJECTED
Deprecated. -
REMOVED
Deprecated. -
REQUESTED
Deprecated. -
SELF_ACCEPTED
Deprecated. -
SELF_REJECTED
Deprecated. -
SELF_REMOVED
Deprecated. -
SELF_REQUESTED
Deprecated.
-
-
Method Details
-
values
Deprecated.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
Deprecated.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
Deprecated.- Overrides:
toString
in classEnum<FriendshipData.Change>
-
fromString
Deprecated.
-