Uses of Class
org.apache.unomi.graphql.types.output.CDPConsentStatus
-
Packages that use CDPConsentStatus Package Description org.apache.unomi.graphql.types.output -
-
Uses of CDPConsentStatus in org.apache.unomi.graphql.types.output
Methods in org.apache.unomi.graphql.types.output that return CDPConsentStatus Modifier and Type Method Description static CDPConsentStatus
CDPConsentStatus. from(ConsentStatus status)
CDPConsentStatus
CDPConsent. status()
static CDPConsentStatus
CDPConsentStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static CDPConsentStatus[]
CDPConsentStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-