-
- All Implemented Interfaces:
public final class UserStatus.VendorsUser Status for Vendor
-
-
Field Summary
Fields Modifier and Type Field Description private final UserStatus.Idsglobalprivate final UserStatus.IdsglobalConsentprivate final UserStatus.IdsglobalLegitimateInterestprivate final UserStatus.Idsconsentprivate final UserStatus.IdslegitimateInterest
-
Constructor Summary
Constructors Constructor Description UserStatus.Vendors(UserStatus.Ids global, UserStatus.Ids globalConsent, UserStatus.Ids globalLegitimateInterest, UserStatus.Ids consent, UserStatus.Ids legitimateInterest)
-
Method Summary
Modifier and Type Method Description final UserStatus.IdsgetGlobal()Computed sets/lists of enabled and disabled IDs of vendors that have been chosen by the user regarding the consent or legitimate interest Legal Basis. final UserStatus.IdsgetGlobalConsent()Computed sets/lists of enabled and disabled IDs of vendors that have been chosen by the user regarding the consent Legal Basis. final UserStatus.IdsgetGlobalLegitimateInterest()Computed sets/lists of enabled and disabled IDs of vendors that have been chosen by the user regarding the legitimate interest Legal Basis. final UserStatus.IdsgetConsent()Enabled and disabled IDs of vendors that have been explicitly chosen by the user regarding the consent Legal Basis. final UserStatus.IdsgetLegitimateInterest()Enabled and disabled IDs of vendors that have been explicitly chosen by the user regarding the legitimate interest Legal Basis. -
-
Constructor Detail
-
UserStatus.Vendors
UserStatus.Vendors(UserStatus.Ids global, UserStatus.Ids globalConsent, UserStatus.Ids globalLegitimateInterest, UserStatus.Ids consent, UserStatus.Ids legitimateInterest)
-
-
Method Detail
-
getGlobal
final UserStatus.Ids getGlobal()
Computed sets/lists of enabled and disabled IDs of vendors that have been chosen by the user regarding the consent or legitimate interest Legal Basis. This takes into account the consent and legitimate interest required purposes linked to vendors. When computing this property, essential purposes will be considered as enabled.
-
getGlobalConsent
final UserStatus.Ids getGlobalConsent()
Computed sets/lists of enabled and disabled IDs of vendors that have been chosen by the user regarding the consent Legal Basis. This takes into account the consent required purposes linked to vendors. When computing this property, essential purposes will be considered as enabled.
-
getGlobalLegitimateInterest
final UserStatus.Ids getGlobalLegitimateInterest()
Computed sets/lists of enabled and disabled IDs of vendors that have been chosen by the user regarding the legitimate interest Legal Basis. This takes into account the legitimate interest required purposes linked to vendors. When computing this property, essential purposes will be considered as enabled.
-
getConsent
final UserStatus.Ids getConsent()
Enabled and disabled IDs of vendors that have been explicitly chosen by the user regarding the consent Legal Basis.
-
getLegitimateInterest
final UserStatus.Ids getLegitimateInterest()
Enabled and disabled IDs of vendors that have been explicitly chosen by the user regarding the legitimate interest Legal Basis.
-
-
-
-