Package com.skava.model.responses
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 Summary
ConstructorsConstructorDescriptionDefault Constructor.UserConsentHistoryFindAllResponse
(List<UserConsentHistory> userConsentHistories, PageableInfo pageableInfo) Instantiates a new user notes response. -
Method Summary
-
Constructor Details
-
UserConsentHistoryFindAllResponse
public UserConsentHistoryFindAllResponse(List<UserConsentHistory> userConsentHistories, PageableInfo pageableInfo) Instantiates a new user notes response.- Parameters:
userConsentHistories
- Holds the list ofUserConsentHistory
object for creating UserConsentHistoryFindAllResponse object.pageableInfo
- HoldsPageableInfo
object.
-
UserConsentHistoryFindAllResponse
public UserConsentHistoryFindAllResponse()Default Constructor. Instantiates a new UserConsentHistoryFindAllResponse object.
-