Package ca.cdr.api.consent
Class ConsentResourcePolicyRequest
java.lang.Object
ca.cdr.api.consent.ConsentResourcePolicyRequest
A consent resource policy request containing:
- The policy name which should be mapped to a new instance of an
IConsentService
- The Consent resource for the request (
IBaseResource
) - The
UserSessionDetailsJson
of the user making the request. - A list of parameters that can be used to specify additional information used to build the
IConsentService
.
-
Constructor Summary
ConstructorsConstructorDescriptionConsentResourcePolicyRequest
(String thePolicyName, IBaseResource theConsent, UserSessionDetailsJson theUserSessionDetails) -
Method Summary
-
Constructor Details
-
ConsentResourcePolicyRequest
public ConsentResourcePolicyRequest(String thePolicyName, IBaseResource theConsent, UserSessionDetailsJson theUserSessionDetails)
-
-
Method Details
-
getPolicyName
-
getConsent
-
getUserSessionDetailsJson
-
addParameters
-
getParameters
-