Package io.didomi.sdk.user.sync.model
Class ResponseConsents
-
- All Implemented Interfaces:
public final class ResponseConsents
-
-
Field Summary
Fields Modifier and Type Field Description private final ConsentChoicesconsentPurposesprivate final ConsentChoicesliPurposesprivate final ConsentChoicesconsentVendorsprivate final ConsentChoicesliVendors
-
Constructor Summary
Constructors Constructor Description ResponseConsents(ConsentChoices consentPurposes, ConsentChoices liPurposes, ConsentChoices consentVendors, ConsentChoices liVendors)
-
Method Summary
Modifier and Type Method Description final ConsentChoicesgetConsentPurposes()final ConsentChoicesgetLiPurposes()final ConsentChoicesgetConsentVendors()final ConsentChoicesgetLiVendors()-
-
Constructor Detail
-
ResponseConsents
ResponseConsents(ConsentChoices consentPurposes, ConsentChoices liPurposes, ConsentChoices consentVendors, ConsentChoices liVendors)
-
-
Method Detail
-
getConsentPurposes
final ConsentChoices getConsentPurposes()
-
getLiPurposes
final ConsentChoices getLiPurposes()
-
getConsentVendors
final ConsentChoices getConsentVendors()
-
getLiVendors
final ConsentChoices getLiVendors()
-
-
-
-