Class UserConsentHistoryFindAllResponse

java.lang.Object
com.skava.core.validation.OutputModel
com.skava.model.responses.UserConsentHistoryFindAllResponse
All Implemented Interfaces:
Serializable

public class UserConsentHistoryFindAllResponse extends com.skava.core.validation.OutputModel
This class defines the User Consent History Find All response model holds the user consent history details.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • UserConsentHistoryFindAllResponse

      public UserConsentHistoryFindAllResponse(List<UserConsentHistory> userConsentHistories, PageableInfo pageableInfo)
      Instantiates a new user notes response.
      Parameters:
      userConsentHistories - Holds the list of UserConsentHistory object for creating UserConsentHistoryFindAllResponse object.
      pageableInfo - Holds PageableInfo object.
    • UserConsentHistoryFindAllResponse

      public UserConsentHistoryFindAllResponse()
      Default Constructor. Instantiates a new UserConsentHistoryFindAllResponse object.