-
public class UserDataDiff.ResultRepresents a diff's results
-
-
Field Summary
Fields Modifier and Type Field Description public Map<String, UserAttribute>addedAttributespublic Map<String, UserAttribute>removedAttributespublic Map<String, Set<String>>addedTagspublic Map<String, Set<String>>removedTags
-
Method Summary
Modifier and Type Method Description booleanhasChanges()JSONObjecttoEventParameters(long version)Serialize the diff results in event parameters form -
-
Method Detail
-
hasChanges
boolean hasChanges()
-
toEventParameters
JSONObject toEventParameters(long version)
Serialize the diff results in event parameters form
-
-
-
-