Class UntypedDecimal
java.lang.Object
com.microsoft.kiota.serialization.UntypedNode
com.microsoft.kiota.serialization.UntypedDecimal
- All Implemented Interfaces:
Parsable
Represents an untyped node with decimal value.
-
Constructor Summary
ConstructorsConstructorDescriptionUntypedDecimal(BigDecimal decimalValue) The constructor for the UntypedDecimal -
Method Summary
Methods inherited from class com.microsoft.kiota.serialization.UntypedNode
createFromDiscriminatorValue, getFieldDeserializers, serialize
-
Constructor Details
-
UntypedDecimal
The constructor for the UntypedDecimal- Parameters:
decimalValue- The decimal to create the node with.
-
-
Method Details
-
getValue
Gets the value assigned to untyped node.- Overrides:
getValuein classUntypedNode- Returns:
- The BigDecimal value of the node.
-