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 class
MParticleOptions.DataplanOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MParticleOptions.DataplanOptions.Builder
builder()
org.json.JSONObject
getDataplan()
Query the dataplan version documentboolean
isBlockEventAttributes()
Query whether unplanned event attributes should be blockedboolean
isBlockEvents()
Query whether unplanned events should be blockedboolean
isBlockUserAttributes()
Query whether unplanned user attributes should be blockedboolean
isBlockUserIdentities()
Query whether unplanned user identities should be blockedjava.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
builder
public static MParticleOptions.DataplanOptions.Builder builder()
-
-