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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Deprecated.boolean
Deprecated.Deprecated.The channel’s category ID.Deprecated.The category name.Deprecated.The channel’s broadcast language.getTitle()
Deprecated.The channel’s stream title.int
hashCode()
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:
toString
in classEventSubChannelEvent
-
equals
Deprecated.- Overrides:
equals
in classEventSubChannelEvent
-
canEqual
Deprecated.- Overrides:
canEqual
in classEventSubChannelEvent
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCode
in classEventSubChannelEvent
-
ChannelUpdateV2Event