Uses of Class
org.apache.unomi.api.ConsentStatus
-
Packages that use ConsentStatus Package Description org.apache.unomi.api org.apache.unomi.graphql.types.output -
-
Uses of ConsentStatus in org.apache.unomi.api
Methods in org.apache.unomi.api that return ConsentStatus Modifier and Type Method Description ConsentStatus
Consent. getStatus()
Retrieves the status for this consent.static ConsentStatus
ConsentStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConsentStatus[]
ConsentStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.unomi.api with parameters of type ConsentStatus Modifier and Type Method Description void
Consent. setStatus(ConsentStatus status)
Sets the status for this consent.Constructors in org.apache.unomi.api with parameters of type ConsentStatus Constructor Description Consent(String scope, String typeIdentifier, ConsentStatus status, Date statusDate, Date revokeDate)
A constructor to directly build a consent with all it's properties -
Uses of ConsentStatus in org.apache.unomi.graphql.types.output
Methods in org.apache.unomi.graphql.types.output with parameters of type ConsentStatus Modifier and Type Method Description static CDPConsentStatus
CDPConsentStatus. from(ConsentStatus status)
-