Class UntypedString

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

public class UntypedString extends UntypedNode
Represents an untyped node with string value.
  • Constructor Details

    • UntypedString

      public UntypedString(@Nonnull String stringValue)
      The constructor for the UntypedObject
      Parameters:
      stringValue - The string to create the node with.
  • Method Details

    • getValue

      @Nonnull public String getValue()
      Gets the value assigned to untyped node.
      Overrides:
      getValue in class UntypedNode
      Returns:
      The string value of the node.