Class RoleUpdateNameEvent
- java.lang.Object
-
- net.dv8tion.jda.api.events.Event
-
- net.dv8tion.jda.api.events.role.GenericRoleEvent
-
- net.dv8tion.jda.api.events.role.update.GenericRoleUpdateEvent<String>
-
- net.dv8tion.jda.api.events.role.update.RoleUpdateNameEvent
-
- All Implemented Interfaces:
GenericEvent,UpdateEvent<Role,String>
public class RoleUpdateNameEvent extends GenericRoleUpdateEvent<String>
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDENTIFIER
-
Constructor Summary
Constructors Constructor Description RoleUpdateNameEvent(JDA api, long responseNumber, Role role, String oldName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNewName()The new nameStringgetNewValue()The new valueStringgetOldName()The old nameStringgetOldValue()The old value-
Methods inherited from class net.dv8tion.jda.api.events.role.update.GenericRoleUpdateEvent
getEntity, getPropertyIdentifier, toString
-
Methods inherited from class net.dv8tion.jda.api.events.role.GenericRoleEvent
getGuild, getRole
-
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
- See Also:
- Constant Field Values
-
-
Method Detail
-
getOldValue
@Nonnull public String getOldValue()
Description copied from interface:UpdateEventThe old value- Specified by:
getOldValuein interfaceUpdateEvent<Role,String>- Overrides:
getOldValuein classGenericRoleUpdateEvent<String>- Returns:
- The old value
-
getNewValue
@Nonnull public String getNewValue()
Description copied from interface:UpdateEventThe new value- Specified by:
getNewValuein interfaceUpdateEvent<Role,String>- Overrides:
getNewValuein classGenericRoleUpdateEvent<String>- Returns:
- The new value
-
-