Class ImportedWindowsAutopilotDeviceIdentityUpload

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ImportedWindowsAutopilotDeviceIdentityUpload
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ImportedWindowsAutopilotDeviceIdentityUpload extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Imported Windows Autopilot Device Identity Upload.
  • Field Details

    • createdDateTimeUtc

      @SerializedName(value="createdDateTimeUtc", alternate="CreatedDateTimeUtc") @Expose @Nullable public OffsetDateTime createdDateTimeUtc
      The Created Date Time Utc. DateTime when the entity is created.
    • status

      @SerializedName(value="status", alternate="Status") @Expose @Nullable public ImportedWindowsAutopilotDeviceIdentityUploadStatus status
      The Status. Upload status.
    • deviceIdentities

      @SerializedName(value="deviceIdentities", alternate="DeviceIdentities") @Expose @Nullable public ImportedWindowsAutopilotDeviceIdentityCollectionPage deviceIdentities
      The Device Identities. Collection of all Autopilot devices as a part of this upload.
  • Constructor Details

    • ImportedWindowsAutopilotDeviceIdentityUpload

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