Class MacOSCustomConfiguration

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class MacOSCustomConfiguration extends DeviceConfiguration implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Mac OSCustom Configuration.
  • Field Details

    • payload

      @SerializedName(value="payload", alternate="Payload") @Expose @Nullable public byte[] payload
      The Payload. Payload. (UTF8 encoded byte array)
    • payloadFileName

      @SerializedName(value="payloadFileName", alternate="PayloadFileName") @Expose @Nullable public String payloadFileName
      The Payload File Name. Payload file name (.mobileconfig
    • payloadName

      @SerializedName(value="payloadName", alternate="PayloadName") @Expose @Nullable public String payloadName
      The Payload Name. Name that is displayed to the user.
  • Constructor Details

    • MacOSCustomConfiguration

      public MacOSCustomConfiguration()
  • 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 DeviceConfiguration
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to