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 CDPConsentStatusCDPConsentStatus. from(org.apache.unomi.api.ConsentStatus status)CDPConsentStatusCDPConsent. status()static CDPConsentStatusCDPConsentStatus. 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.
-