Class RoleDeleteEvent

  • All Implemented Interfaces:
    GenericEvent

    public class RoleDeleteEvent
    extends GenericRoleEvent
    Indicates that a Role was deleted.

    Can be used to retrieve the deleted Role and its Guild.

    • Constructor Summary

      Constructors 
      Constructor Description
      RoleDeleteEvent​(JDA api, long responseNumber, Role deletedRole)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RoleDeleteEvent

        public RoleDeleteEvent​(@Nonnull
                               JDA api,
                               long responseNumber,
                               @Nonnull
                               Role deletedRole)