Class OmaSettingStringXml

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

public class OmaSettingStringXml extends OmaSetting implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Oma Setting String Xml.
  • Field Details

    • fileName

      @SerializedName(value="fileName", alternate="FileName") @Expose @Nullable public String fileName
      The File Name. File name associated with the Value property (.xml).
    • value

      @SerializedName(value="value", alternate="Value") @Expose @Nullable public byte[] value
      The Value. Value. (UTF8 encoded byte array)
  • Constructor Details

    • OmaSettingStringXml

      public OmaSettingStringXml()
  • 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