- getBadDeliveryContents() - Method in exception com.mixpanel.mixpanelapi.MixpanelServerException
-
- getBadMessage() - Method in exception com.mixpanel.mixpanelapi.MixpanelMessageException
-
- groupDelete(String, String) - Method in class com.mixpanel.mixpanelapi.MessageBuilder
-
Deletes the group profile identified by the given groupKey and groupId.
- groupDelete(String, String, JSONObject) - Method in class com.mixpanel.mixpanelapi.MessageBuilder
-
Deletes the group profile identified by the given groupKey and groupId.
- groupMessage(String, String, String, Object, JSONObject) - Method in class com.mixpanel.mixpanelapi.MessageBuilder
-
Formats a generic group profile message.
- groupRemove(String, String, JSONObject) - Method in class com.mixpanel.mixpanelapi.MessageBuilder
-
For each key and value in the properties argument, attempts to remove
that value from a list associated with the key in the specified group profile.
- groupRemove(String, String, JSONObject, JSONObject) - Method in class com.mixpanel.mixpanelapi.MessageBuilder
-
For each key and value in the properties argument, attempts to remove
that value from a list associated with the key in the specified group profile.
- groupSet(String, String, JSONObject) - Method in class com.mixpanel.mixpanelapi.MessageBuilder
-
Sets properties on the group profile identified by the given groupKey
and groupId, creating the profile if needed.
- groupSet(String, String, JSONObject, JSONObject) - Method in class com.mixpanel.mixpanelapi.MessageBuilder
-
Sets properties on the group profile identified by the given groupKey
and groupId, creating the profile if needed.
- groupSetOnce(String, String, JSONObject) - Method in class com.mixpanel.mixpanelapi.MessageBuilder
-
Sets properties if they do not already exist on the group profile identified by the given groupKey
and groupId.
- groupSetOnce(String, String, JSONObject, JSONObject) - Method in class com.mixpanel.mixpanelapi.MessageBuilder
-
Sets properties if they do not already exist on the group profile identified by the given groupKey
and groupId.
- groupUnion(String, String, Map<String, JSONArray>) - Method in class com.mixpanel.mixpanelapi.MessageBuilder
-
Merges list-valued properties into a group profile.
- groupUnion(String, String, Map<String, JSONArray>, JSONObject) - Method in class com.mixpanel.mixpanelapi.MessageBuilder
-
Merges list-valued properties into a group profile.
- groupUnset(String, String, Collection<String>) - Method in class com.mixpanel.mixpanelapi.MessageBuilder
-
Removes the properties named in propertyNames from the group profile identified by groupKey and groupId.
- groupUnset(String, String, Collection<String>, JSONObject) - Method in class com.mixpanel.mixpanelapi.MessageBuilder
-
Removes the properties named in propertyNames from the group profile identified by groupKey and groupId.