Class UntypedObject
java.lang.Object
com.microsoft.kiota.serialization.UntypedNode
com.microsoft.kiota.serialization.UntypedObject
- All Implemented Interfaces:
Parsable
Represents an untyped node with object value.
-
Constructor Summary
ConstructorsConstructorDescriptionUntypedObject(Map<String, UntypedNode> propertiesMap) The constructor for the UntypedObject -
Method Summary
Methods inherited from class com.microsoft.kiota.serialization.UntypedNode
createFromDiscriminatorValue, getFieldDeserializers, serialize
-
Constructor Details
-
UntypedObject
The constructor for the UntypedObject- Parameters:
propertiesMap- The Map to create the node with
-
-
Method Details
-
getValue
Gets the value assigned to untyped node.- Overrides:
getValuein classUntypedNode- Returns:
- The Map of property keys and their values.
-