Class UntypedArray

java.lang.Object
com.microsoft.kiota.serialization.UntypedNode
com.microsoft.kiota.serialization.UntypedArray
All Implemented Interfaces:
Parsable

public class UntypedArray extends UntypedNode
Represents an untyped node with a collection of other untyped nodes.
  • Constructor Details

    • UntypedArray

      public UntypedArray(@Nonnull Iterable<UntypedNode> collection)
      The constructor for the UntypedArray
      Parameters:
      collection - Collection to initialize with.
  • Method Details