Class UntypedNull
java.lang.Object
com.microsoft.kiota.serialization.UntypedNode
com.microsoft.kiota.serialization.UntypedNull
- All Implemented Interfaces:
Parsable
Represents an untyped node with null value.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.microsoft.kiota.serialization.UntypedNode
createFromDiscriminatorValue, getFieldDeserializers, serialize
-
Constructor Details
-
UntypedNull
public UntypedNull()The default constructor for the UntypedNull
-
-
Method Details
-
getValue
Gets the value assigned to untyped node.- Overrides:
getValuein classUntypedNode- Returns:
- null value.
-