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<java.lang.String>
-
- net.dv8tion.jda.api.events.stage.update.StageInstanceUpdateTopicEvent
-
- All Implemented Interfaces:
GenericEvent,UpdateEvent<StageInstance,java.lang.String>
public class StageInstanceUpdateTopicEvent extends GenericStageInstanceUpdateEvent<java.lang.String>
Indicates that aStageInstanceupdated itstopic.Can be used to retrieve the topic.
Identifier:
topic
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringIDENTIFIER
-
Constructor Summary
Constructors Constructor Description StageInstanceUpdateTopicEvent(JDA api, long responseNumber, StageInstance stageInstance, java.lang.String previous)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetNewValue()The new valuejava.lang.StringgetOldValue()The old value-
Methods 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, getResponseNumber
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.dv8tion.jda.api.events.GenericEvent
getJDA, getResponseNumber
-
Methods inherited from interface net.dv8tion.jda.api.events.UpdateEvent
getEntityType
-
-
-
-
Field Detail
-
IDENTIFIER
public static final java.lang.String IDENTIFIER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StageInstanceUpdateTopicEvent
public StageInstanceUpdateTopicEvent(@Nonnull JDA api, long responseNumber, @Nonnull StageInstance stageInstance, java.lang.String previous)
-
-
Method Detail
-
getOldValue
@Nonnull public java.lang.String getOldValue()
Description copied from interface:UpdateEventThe old value- Specified by:
getOldValuein interfaceUpdateEvent<StageInstance,java.lang.String>- Overrides:
getOldValuein classGenericStageInstanceUpdateEvent<java.lang.String>- Returns:
- The old value
-
getNewValue
@Nonnull public java.lang.String getNewValue()
Description copied from interface:UpdateEventThe new value- Specified by:
getNewValuein interfaceUpdateEvent<StageInstance,java.lang.String>- Overrides:
getNewValuein classGenericStageInstanceUpdateEvent<java.lang.String>- Returns:
- The new value
-
-