Class OmaSettingBase64

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

public class OmaSettingBase64 extends OmaSetting implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Oma Setting Base64.
  • Field Details

    • fileName

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

      @SerializedName(value="value", alternate="Value") @Expose @Nullable public String value
      The Value. Value. (Base64 encoded string)
  • Constructor Details

    • OmaSettingBase64

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