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