Class UntypedInteger

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

public class UntypedInteger extends UntypedNode
Represents an untyped node with integer value.
  • Constructor Details

    • UntypedInteger

      public UntypedInteger(@Nonnull Integer intValue)
      The constructor for the UntypedObject
      Parameters:
      intValue - The integer to create the node with.
  • Method Details

    • getValue

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