Class UserConsentCreateResponse

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

public class UserConsentCreateResponse extends com.skava.core.validation.OutputModel
This class defines the User Consent Create Response model holds the list of user consent details.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • UserConsentCreateResponse

      public UserConsentCreateResponse()
      Default constructor. Instantiates a new UserConsentCreateResponse.
    • UserConsentCreateResponse

      public UserConsentCreateResponse(List<UserConsent> createdUserConsents, List<UserConsent> existingUserConsents)
      Instantiates a new UserConsentCreateResponse object.
      Parameters:
      createdUserConsents - Holds the list of UserConsent object for creating UserConsentCreateResponse object.
      existingUserConsents - Holds the list of UserConsent object for creating UserConsentCreateResponse object.