Package com.microsoft.graph.serializer
Class AdditionalDataManager
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,com.google.gson.JsonElement>
com.microsoft.graph.serializer.AdditionalDataManager
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,com.google.gson.JsonElement>
Holds additional properties that are not part of the default object's schema
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
ConstructorsConstructorDescriptionAdditionalDataManager(IJsonBackedObject jsonBackedObject) Instanciates a new additional data manager from the json backed object -
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
AdditionalDataManager
Instanciates a new additional data manager from the json backed object- Parameters:
jsonBackedObject- the object to read values from
-