Package com.skava.model.responses
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 Summary
ConstructorsConstructorDescriptionDefault constructor.UserConsentCreateResponse
(List<UserConsent> createdUserConsents, List<UserConsent> existingUserConsents) Instantiates a new UserConsentCreateResponse object. -
Method Summary
-
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 ofUserConsent
object for creating UserConsentCreateResponse object.existingUserConsents
- Holds the list ofUserConsent
object for creating UserConsentCreateResponse object.
-