Package com.mparticle.consent
Class CCPAConsent.Builder
- java.lang.Object
-
- com.mparticle.consent.CCPAConsent.Builder
-
- Enclosing class:
- CCPAConsent
public static class CCPAConsent.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CCPAConsentbuild()CCPAConsent.Builderconsented(boolean consented)CCPAConsent.Builderdocument(java.lang.String document)CCPAConsent.BuilderhardwareId(java.lang.String hardwareId)CCPAConsent.Builderlocation(java.lang.String location)CCPAConsent.Buildertimestamp(java.lang.Long timestamp)java.lang.StringtoString()
-
-
-
Method Detail
-
hardwareId
@NonNull public CCPAConsent.Builder hardwareId(@Nullable java.lang.String hardwareId)
-
location
@NonNull public CCPAConsent.Builder location(@Nullable java.lang.String location)
-
timestamp
@NonNull public CCPAConsent.Builder timestamp(@Nullable java.lang.Long timestamp)
-
document
@NonNull public CCPAConsent.Builder document(@Nullable java.lang.String document)
-
consented
@NonNull public CCPAConsent.Builder consented(boolean consented)
-
build
@NonNull public CCPAConsent build()
-
toString
@NonNull public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-