Class UntypedBoolean
java.lang.Object
com.microsoft.kiota.serialization.UntypedNode
com.microsoft.kiota.serialization.UntypedBoolean
- All Implemented Interfaces:
Parsable
Represents an untyped node with boolean value.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.microsoft.kiota.serialization.UntypedNode
createFromDiscriminatorValue, getFieldDeserializers, serialize
-
Constructor Details
-
UntypedBoolean
The constructor for the UntypedBoolean- Parameters:
boolValue- Boolean to create node with.
-
-
Method Details
-
getValue
Gets the value assigned to untyped node.- Overrides:
getValuein classUntypedNode- Returns:
- The bool value of the node.
-