Class UsersEventPayLoad

java.lang.Object
com.skava.model.datatransferobjects.UsersEventPayLoad
All Implemented Interfaces:
Serializable

public class UsersEventPayLoad extends Object implements Serializable
This class defines the model UsersEventPayLoad (Data transfer Object). UsersEventPayLoad is a place where all the user event information are maintained.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • UsersEventPayLoad

      public UsersEventPayLoad()
      default constructor
    • UsersEventPayLoad

      public UsersEventPayLoad(String resetPasswordRedirectUrl, boolean inviteUserFlag, String activationRedirectUrl, String activationParamExpiryMillisec, String resetParamExpiryMillisec)
      This method is used to used to set UsersEventPayLoad value from resetPasswordRedirectUrl, inviteUserFlag, activationRedirectUrl, activationParamExpiryMillisec and resetParamExpiryMillisec.
      Parameters:
      resetPasswordRedirectUrl - Indicates the resetPasswordRedirectUrl.
      inviteUserFlag - Indicates the inviteUserFlag.
      activationRedirectUrl - Indicates the activationRedirectUrl.
      activationParamExpiryMillisec - Indicates the activationParamExpiryMillisec.
      resetParamExpiryMillisec - Indicates the resetParamExpiryMillisec.