Uses of Enum Class
org.apache.unomi.api.ConsentStatus
Packages that use ConsentStatus
- 
Uses of ConsentStatus in org.apache.unomi.api
Methods in org.apache.unomi.api that return ConsentStatusModifier and TypeMethodDescriptionConsent.getStatus()Retrieves the status for this consent.static ConsentStatusReturns the enum constant of this class with the specified name.static ConsentStatus[]ConsentStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.unomi.api with parameters of type ConsentStatusModifier and TypeMethodDescriptionvoidConsent.setStatus(ConsentStatus status) Sets the status for this consent.Constructors in org.apache.unomi.api with parameters of type ConsentStatus - 
Uses of ConsentStatus in org.apache.unomi.graphql.types.output
Methods in org.apache.unomi.graphql.types.output with parameters of type ConsentStatusModifier and TypeMethodDescriptionstatic CDPConsentStatusCDPConsentStatus.from(ConsentStatus status)