Package net.dv8tion.jda.api.events.self
Class SelfUpdateEmailEvent
- java.lang.Object
-
- net.dv8tion.jda.api.events.Event
-
- net.dv8tion.jda.api.events.self.GenericSelfUpdateEvent<String>
-
- net.dv8tion.jda.api.events.self.SelfUpdateEmailEvent
-
- All Implemented Interfaces:
GenericEvent
,UpdateEvent<SelfUser,String>
@Deprecated @ForRemoval @DeprecatedSince("4.2.0") public class SelfUpdateEmailEvent extends GenericSelfUpdateEvent<String>
Deprecated.This is no longer supportedIndicates that the email of the current user changed. (client-only)Can be used to retrieve the old email.
Identifier:
email
-
-
Field Summary
Fields Modifier and Type Field Description static String
IDENTIFIER
Deprecated.
-
Constructor Summary
Constructors Constructor Description SelfUpdateEmailEvent(JDA api, long responseNumber, String oldEmail)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getNewEmail()
Deprecated.The new emailString
getNewValue()
Deprecated.The new valueString
getOldEmail()
Deprecated.The old emailString
getOldValue()
Deprecated.The old value-
Methods inherited from class net.dv8tion.jda.api.events.self.GenericSelfUpdateEvent
getEntity, getPropertyIdentifier, getSelfUser, toString
-
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 String IDENTIFIER
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getOldValue
@Nonnull public String getOldValue()
Deprecated.Description copied from interface:UpdateEvent
The old value- Specified by:
getOldValue
in interfaceUpdateEvent<SelfUser,String>
- Overrides:
getOldValue
in classGenericSelfUpdateEvent<String>
- Returns:
- The old value
-
getNewValue
@Nonnull public String getNewValue()
Deprecated.Description copied from interface:UpdateEvent
The new value- Specified by:
getNewValue
in interfaceUpdateEvent<SelfUser,String>
- Overrides:
getNewValue
in classGenericSelfUpdateEvent<String>
- Returns:
- The new value
-
-