Class ChannelUpdateEvent
java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.EventSubChannelEvent
com.github.twitch4j.eventsub.events.ChannelUpdateEvent
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated.booleanDeprecated.Deprecated.The channel’s category ID.Deprecated.The category name.Deprecated.The channel’s broadcast language.getTitle()Deprecated.The channel’s stream title.inthashCode()Deprecated.isMature()Deprecated.Whether the channel is flagged as mature.toString()Deprecated.Methods inherited from class com.github.twitch4j.eventsub.events.EventSubChannelEvent
getBroadcasterUserId, getBroadcasterUserLogin, getBroadcasterUserName
-
Constructor Details
-
ChannelUpdateEvent
public ChannelUpdateEvent()Deprecated.
-
-
Method Details
-
getTitle
Deprecated.The channel’s stream title. -
getLanguage
Deprecated.The channel’s broadcast language. -
getCategoryId
Deprecated.The channel’s category ID. -
getCategoryName
Deprecated.The category name. -
isMature
Deprecated.Whether the channel is flagged as mature. -
toString
Deprecated.- Overrides:
toStringin classEventSubChannelEvent
-
equals
Deprecated.- Overrides:
equalsin classEventSubChannelEvent
-
canEqual
Deprecated.- Overrides:
canEqualin classEventSubChannelEvent
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein classEventSubChannelEvent
-
ChannelUpdateV2Event