Class UntypedObject

java.lang.Object
com.microsoft.kiota.serialization.UntypedNode
com.microsoft.kiota.serialization.UntypedObject
All Implemented Interfaces:
Parsable

public class UntypedObject extends UntypedNode
Represents an untyped node with object value.
  • Constructor Details

    • UntypedObject

      public UntypedObject(@Nonnull Map<String,UntypedNode> propertiesMap)
      The constructor for the UntypedObject
      Parameters:
      propertiesMap - The Map to create the node with
  • Method Details

    • getValue

      @Nonnull public Map<String,UntypedNode> getValue()
      Gets the value assigned to untyped node.
      Overrides:
      getValue in class UntypedNode
      Returns:
      The Map of property keys and their values.