Package com.mparticle.consent
Class CCPAConsent
- java.lang.Object
-
- com.mparticle.consent.ConsentInstance
-
- com.mparticle.consent.CCPAConsent
-
public class CCPAConsent extends ConsentInstance
Record of consent under the CCPA.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CCPAConsent.Builder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CCPAConsent.Builder
builder(boolean consented)
static CCPAConsent.Builder
withCCPAConsent(CCPAConsent ccpaConsent)
-
Methods inherited from class com.mparticle.consent.ConsentInstance
getDocument, getHardwareId, getLocation, getTimestamp, isConsented, toString
-
-
-
-
Method Detail
-
builder
@NonNull public static CCPAConsent.Builder builder(boolean consented)
-
withCCPAConsent
@NonNull public static CCPAConsent.Builder withCCPAConsent(@NonNull CCPAConsent ccpaConsent)
-
-