Class UserPasswordResetSendEvent

All Implemented Interfaces:
Buildable<UserPasswordResetSendEvent>, NonTransactionalEvent, ObjectIdentifiable

public class UserPasswordResetSendEvent extends BaseUserEvent implements Buildable<UserPasswordResetSendEvent>, NonTransactionalEvent
Models the User Password Reset Send Event.
Author:
Daniel DeGroff
  • Constructor Details

    • UserPasswordResetSendEvent

      public UserPasswordResetSendEvent()
    • UserPasswordResetSendEvent

      public UserPasswordResetSendEvent(EventInfo info, User user)
  • Method Details