Class VoiceChannelUpdateRegionEvent
- java.lang.Object
-
- net.dv8tion.jda.api.events.Event
-
- net.dv8tion.jda.api.events.channel.voice.GenericVoiceChannelEvent
-
- net.dv8tion.jda.api.events.channel.voice.update.GenericVoiceChannelUpdateEvent<java.lang.String>
-
- net.dv8tion.jda.api.events.channel.voice.update.VoiceChannelUpdateRegionEvent
-
- All Implemented Interfaces:
GenericEvent
,UpdateEvent<VoiceChannel,java.lang.String>
public class VoiceChannelUpdateRegionEvent extends GenericVoiceChannelUpdateEvent<java.lang.String>
Indicates that aVoiceChannel
's region changed.Can be used to get affected VoiceChannel, affected Guild and previous region.
Identifier:
region
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
IDENTIFIER
-
Constructor Summary
Constructors Constructor Description VoiceChannelUpdateRegionEvent(@NotNull JDA api, long responseNumber, @NotNull VoiceChannel channel, @Nullable java.lang.String oldRegion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Region
getNewRegion()
The newRegion
@Nullable java.lang.String
getNewRegionRaw()
The new raw region StringRegion
getOldRegion()
The oldRegion
@Nullable java.lang.String
getOldRegionRaw()
The old raw region String-
Methods inherited from class net.dv8tion.jda.api.events.channel.voice.update.GenericVoiceChannelUpdateEvent
getEntity, getNewValue, getOldValue, getPropertyIdentifier, toString
-
Methods inherited from class net.dv8tion.jda.api.events.channel.voice.GenericVoiceChannelEvent
getChannel, 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, 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
-
VoiceChannelUpdateRegionEvent
public VoiceChannelUpdateRegionEvent(@NotNull @NotNull JDA api, long responseNumber, @NotNull @NotNull VoiceChannel channel, @Nullable @Nullable java.lang.String oldRegion)
-
-
Method Detail
-
getOldRegionRaw
@Nullable public @Nullable java.lang.String getOldRegionRaw()
The old raw region String- Returns:
- The old raw region String or null if the Region is set to Automatic.
-
getNewRegionRaw
@Nullable public @Nullable java.lang.String getNewRegionRaw()
The new raw region String- Returns:
- The new raw region String or null if the Region is set to Automatic.
-
-