Uses of Class
org.apache.unomi.api.Consent
- 
Packages that use Consent Package Description org.apache.unomi.api org.apache.unomi.graphql.types.output org.apache.unomi.plugins.baseplugin.conditions.accessors  - 
- 
Uses of Consent in org.apache.unomi.api
Methods in org.apache.unomi.api that return types with arguments of type Consent Modifier and Type Method Description Map<String,Consent>ContextResponse. getConsents()Retrieves the map of consents for the current profile.Map<String,Consent>Profile. getConsents()Returns all the consents, including the revokes ones.Methods in org.apache.unomi.api with parameters of type Consent Modifier and Type Method Description booleanProfile. setConsent(Consent consent)Set a consent into the profile.Method parameters in org.apache.unomi.api with type arguments of type Consent Modifier and Type Method Description voidContextResponse. setConsents(Map<String,Consent> consents)Sets the map of consents for the current profile. - 
Uses of Consent in org.apache.unomi.graphql.types.output
Constructors in org.apache.unomi.graphql.types.output with parameters of type Consent Constructor Description CDPConsent(String token, Consent consent) - 
Uses of Consent in org.apache.unomi.plugins.baseplugin.conditions.accessors
Methods in org.apache.unomi.plugins.baseplugin.conditions.accessors with parameters of type Consent Modifier and Type Method Description ObjectConsentAccessor. getProperty(Consent object, String propertyName, String leftoverExpression) 
 -