Class UntypedArray
java.lang.Object
com.microsoft.kiota.serialization.UntypedNode
com.microsoft.kiota.serialization.UntypedArray
- All Implemented Interfaces:
Parsable
Represents an untyped node with a collection of other untyped nodes.
-
Constructor Summary
ConstructorsConstructorDescriptionUntypedArray(Iterable<UntypedNode> collection) The constructor for the UntypedArray -
Method Summary
Methods inherited from class com.microsoft.kiota.serialization.UntypedNode
createFromDiscriminatorValue, getFieldDeserializers, serialize
-
Constructor Details
-
UntypedArray
The constructor for the UntypedArray- Parameters:
collection- Collection to initialize with.
-
-
Method Details
-
getValue
Gets the value assigned to untyped node.- Overrides:
getValuein classUntypedNode- Returns:
- The string value of the node.
-