Package io.didomi.sdk.utils.extension
Class ResponseConsentsKt
-
- All Implemented Interfaces:
public final class ResponseConsentsKt
-
-
Method Summary
Modifier and Type Method Description final static Set<String>enabledConsentPurposeIds(ResponseConsents $self)final static Set<String>disabledConsentPurposeIds(ResponseConsents $self)final static Set<String>enabledLIPurposeIds(ResponseConsents $self)final static Set<String>disabledLIPurposeIds(ResponseConsents $self)final static Set<String>enabledConsentVendorIds(ResponseConsents $self)final static Set<String>disabledConsentVendorIds(ResponseConsents $self)final static Set<String>enabledLIVendorIds(ResponseConsents $self)final static Set<String>disabledLIVendorIds(ResponseConsents $self)-
-
Method Detail
-
enabledConsentPurposeIds
final static Set<String> enabledConsentPurposeIds(ResponseConsents $self)
-
disabledConsentPurposeIds
final static Set<String> disabledConsentPurposeIds(ResponseConsents $self)
-
enabledLIPurposeIds
final static Set<String> enabledLIPurposeIds(ResponseConsents $self)
-
disabledLIPurposeIds
final static Set<String> disabledLIPurposeIds(ResponseConsents $self)
-
enabledConsentVendorIds
final static Set<String> enabledConsentVendorIds(ResponseConsents $self)
-
disabledConsentVendorIds
final static Set<String> disabledConsentVendorIds(ResponseConsents $self)
-
enabledLIVendorIds
final static Set<String> enabledLIVendorIds(ResponseConsents $self)
-
disabledLIVendorIds
final static Set<String> disabledLIVendorIds(ResponseConsents $self)
-
-
-
-