Class UntypedNull

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

public class UntypedNull extends UntypedNode
Represents an untyped node with null value.
  • Constructor Details

    • UntypedNull

      public UntypedNull()
      The default constructor for the UntypedNull
  • Method Details

    • getValue

      @Nullable public Object getValue()
      Gets the value assigned to untyped node.
      Overrides:
      getValue in class UntypedNode
      Returns:
      null value.