Package io.didomi.sdk.apiEvents
Class ConsentGivenApiEventParameters
-
- All Implemented Interfaces:
-
io.didomi.sdk.apiEvents.ApiEventParameters
public final class ConsentGivenApiEventParameters implements ApiEventParameters
Parameters of the ConsentAskedApiEvents
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classConsentGivenApiEventParameters.ConsentStatus
-
Field Summary
Fields Modifier and Type Field Description private final ConsentGivenApiEventParameters.ConsentStatuspurposesprivate final ConsentGivenApiEventParameters.ConsentStatuslegitimatePurposesprivate final ConsentGivenApiEventParameters.ConsentStatuspreviousPurposesprivate final ConsentGivenApiEventParameters.ConsentStatuspreviousLegitimatePurposesprivate final ConsentGivenApiEventParameters.ConsentStatusvendorsprivate final ConsentGivenApiEventParameters.ConsentStatusvendorsLegIntprivate final ConsentGivenApiEventParameters.ConsentStatuspreviousVendorsprivate final ConsentGivenApiEventParameters.ConsentStatuspreviousVendorsLegIntprivate final Stringaction
-
Constructor Summary
Constructors Constructor Description ConsentGivenApiEventParameters(ConsentGivenApiEventParameters.ConsentStatus purposes, ConsentGivenApiEventParameters.ConsentStatus legitimatePurposes, ConsentGivenApiEventParameters.ConsentStatus previousPurposes, ConsentGivenApiEventParameters.ConsentStatus previousLegitimatePurposes, ConsentGivenApiEventParameters.ConsentStatus vendors, ConsentGivenApiEventParameters.ConsentStatus vendorsLegInt, ConsentGivenApiEventParameters.ConsentStatus previousVendors, ConsentGivenApiEventParameters.ConsentStatus previousVendorsLegInt, String action)
-
Method Summary
Modifier and Type Method Description final ConsentGivenApiEventParameters.ConsentStatusgetPurposes()Purposes that the user has given consent to final ConsentGivenApiEventParameters.ConsentStatusgetLegitimatePurposes()Legitimate purposes that the user had given consent to final ConsentGivenApiEventParameters.ConsentStatusgetPreviousPurposes()Purposes that the user had given consent to before this change final ConsentGivenApiEventParameters.ConsentStatusgetPreviousLegitimatePurposes()Legitimate purposes that the user had given consent to before this change final ConsentGivenApiEventParameters.ConsentStatusgetVendors()Vendors that the user has given consent to final ConsentGivenApiEventParameters.ConsentStatusgetVendorsLegInt()Vendors that the user has allowed Legitimate Interest data processing to final ConsentGivenApiEventParameters.ConsentStatusgetPreviousVendors()Vendors that the user had given consent to before this change final ConsentGivenApiEventParameters.ConsentStatusgetPreviousVendorsLegInt()Vendors that the user had given consent to before this change final StringgetAction()Action triggering the event -
-
Constructor Detail
-
ConsentGivenApiEventParameters
ConsentGivenApiEventParameters(ConsentGivenApiEventParameters.ConsentStatus purposes, ConsentGivenApiEventParameters.ConsentStatus legitimatePurposes, ConsentGivenApiEventParameters.ConsentStatus previousPurposes, ConsentGivenApiEventParameters.ConsentStatus previousLegitimatePurposes, ConsentGivenApiEventParameters.ConsentStatus vendors, ConsentGivenApiEventParameters.ConsentStatus vendorsLegInt, ConsentGivenApiEventParameters.ConsentStatus previousVendors, ConsentGivenApiEventParameters.ConsentStatus previousVendorsLegInt, String action)
-
-
Method Detail
-
getPurposes
final ConsentGivenApiEventParameters.ConsentStatus getPurposes()
Purposes that the user has given consent to
-
getLegitimatePurposes
final ConsentGivenApiEventParameters.ConsentStatus getLegitimatePurposes()
Legitimate purposes that the user had given consent to
-
getPreviousPurposes
final ConsentGivenApiEventParameters.ConsentStatus getPreviousPurposes()
Purposes that the user had given consent to before this change
-
getPreviousLegitimatePurposes
final ConsentGivenApiEventParameters.ConsentStatus getPreviousLegitimatePurposes()
Legitimate purposes that the user had given consent to before this change
-
getVendors
final ConsentGivenApiEventParameters.ConsentStatus getVendors()
Vendors that the user has given consent to
-
getVendorsLegInt
final ConsentGivenApiEventParameters.ConsentStatus getVendorsLegInt()
Vendors that the user has allowed Legitimate Interest data processing to
-
getPreviousVendors
final ConsentGivenApiEventParameters.ConsentStatus getPreviousVendors()
Vendors that the user had given consent to before this change
-
getPreviousVendorsLegInt
final ConsentGivenApiEventParameters.ConsentStatus getPreviousVendorsLegInt()
Vendors that the user had given consent to before this change
-
-
-
-