Class OmaSettingFloatingPoint

java.lang.Object
com.microsoft.graph.models.OmaSetting
com.microsoft.graph.models.OmaSettingFloatingPoint
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class OmaSettingFloatingPoint extends OmaSetting implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Oma Setting Floating Point.
  • Field Details

    • value

      @SerializedName(value="value", alternate="Value") @Expose @Nullable public Float value
      The Value. Value.
  • Constructor Details

    • OmaSettingFloatingPoint

      public OmaSettingFloatingPoint()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class OmaSetting
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to