Package com.mparticle
Class MParticleOptions.DataplanOptions
- java.lang.Object
-
- com.mparticle.MParticleOptions.DataplanOptions
-
- Enclosing class:
- MParticleOptions
public static class MParticleOptions.DataplanOptions extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMParticleOptions.DataplanOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MParticleOptions.DataplanOptions.Builderbuilder()org.json.JSONObjectgetDataplan()Query the dataplan version documentbooleanisBlockEventAttributes()Query whether unplanned event attributes should be blockedbooleanisBlockEvents()Query whether unplanned events should be blockedbooleanisBlockUserAttributes()Query whether unplanned user attributes should be blockedbooleanisBlockUserIdentities()Query whether unplanned user identities should be blockedjava.lang.StringtoString()
-
-
-
Method Detail
-
getDataplan
@NonNull public org.json.JSONObject getDataplan()
Query the dataplan version document- Returns:
- the dataplan version as a JSONObject
-
isBlockUserAttributes
public boolean isBlockUserAttributes()
Query whether unplanned user attributes should be blocked- Returns:
- boolean where true indicates blocking should occur
-
isBlockUserIdentities
public boolean isBlockUserIdentities()
Query whether unplanned user identities should be blocked- Returns:
- boolean where true indicates blocking should occur
-
isBlockEventAttributes
public boolean isBlockEventAttributes()
Query whether unplanned event attributes should be blocked- Returns:
- boolean where true indicates blocking should occur
-
isBlockEvents
public boolean isBlockEvents()
Query whether unplanned events should be blocked- Returns:
- boolean where true indicates blocking should occur
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static MParticleOptions.DataplanOptions.Builder builder()
-
-