Class UntypedBoolean

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

public class UntypedBoolean extends UntypedNode
Represents an untyped node with boolean value.
  • Constructor Details

    • UntypedBoolean

      public UntypedBoolean(@Nonnull Boolean boolValue)
      The constructor for the UntypedBoolean
      Parameters:
      boolValue - Boolean to create node with.
  • Method Details

    • getValue

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