Class StageInstanceUpdateTopicEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.guild.GenericGuildEvent
net.dv8tion.jda.api.events.stage.GenericStageInstanceEvent
net.dv8tion.jda.api.events.stage.update.GenericStageInstanceUpdateEvent<String>
net.dv8tion.jda.api.events.stage.update.StageInstanceUpdateTopicEvent
- All Implemented Interfaces:
GenericEvent
,UpdateEvent<StageInstance,
String>
Indicates that a
StageInstance
updated its topic
.
Can be used to retrieve the topic.
Identifier: topic
-
Field Summary
-
Constructor Summary
ConstructorDescriptionStageInstanceUpdateTopicEvent
(JDA api, long responseNumber, StageInstance stageInstance, String previous) -
Method Summary
Modifier and TypeMethodDescriptionThe new valueThe old valueMethods inherited from class net.dv8tion.jda.api.events.stage.update.GenericStageInstanceUpdateEvent
getEntity, getPropertyIdentifier
Methods inherited from class net.dv8tion.jda.api.events.stage.GenericStageInstanceEvent
getChannel, getInstance
Methods inherited from class net.dv8tion.jda.api.events.guild.GenericGuildEvent
getGuild
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getRawData, getResponseNumber, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.dv8tion.jda.api.events.GenericEvent
getJDA, getRawData, getResponseNumber
Methods inherited from interface net.dv8tion.jda.api.events.UpdateEvent
getEntityType
-
Field Details
-
IDENTIFIER
- See Also:
-
-
Constructor Details
-
StageInstanceUpdateTopicEvent
public StageInstanceUpdateTopicEvent(@Nonnull JDA api, long responseNumber, @Nonnull StageInstance stageInstance, String previous)
-
-
Method Details
-
getOldValue
Description copied from interface:UpdateEvent
The old value- Specified by:
getOldValue
in interfaceUpdateEvent<StageInstance,
String> - Overrides:
getOldValue
in classGenericStageInstanceUpdateEvent<String>
- Returns:
- The old value
-
getNewValue
Description copied from interface:UpdateEvent
The new value- Specified by:
getNewValue
in interfaceUpdateEvent<StageInstance,
String> - Overrides:
getNewValue
in classGenericStageInstanceUpdateEvent<String>
- Returns:
- The new value
-