Class RoleCreateEvent

  • All Implemented Interfaces:
    GenericEvent

    public class RoleCreateEvent
    extends GenericRoleEvent
    Indicates that a Role was created.

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

    • Constructor Summary

      Constructors 
      Constructor Description
      RoleCreateEvent​(JDA api, long responseNumber, Role createdRole)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • RoleCreateEvent

        public RoleCreateEvent​(@Nonnull
                               JDA api,
                               long responseNumber,
                               @Nonnull
                               Role createdRole)