Class ImportedWindowsAutopilotDeviceIdentityState

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

public class ImportedWindowsAutopilotDeviceIdentityState extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Imported Windows Autopilot Device Identity State.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • deviceErrorCode

      @SerializedName(value="deviceErrorCode", alternate="DeviceErrorCode") @Expose @Nullable public Integer deviceErrorCode
      The Device Error Code. Device error code reported by Device Directory Service(DDS).
    • deviceErrorName

      @SerializedName(value="deviceErrorName", alternate="DeviceErrorName") @Expose @Nullable public String deviceErrorName
      The Device Error Name. Device error name reported by Device Directory Service(DDS).
    • deviceImportStatus

      @SerializedName(value="deviceImportStatus", alternate="DeviceImportStatus") @Expose @Nullable public ImportedWindowsAutopilotDeviceIdentityImportStatus deviceImportStatus
      The Device Import Status. Device status reported by Device Directory Service(DDS). Possible values are: unknown, pending, partial, complete, error.
    • deviceRegistrationId

      @SerializedName(value="deviceRegistrationId", alternate="DeviceRegistrationId") @Expose @Nullable public String deviceRegistrationId
      The Device Registration Id. Device Registration ID for successfully added device reported by Device Directory Service(DDS).
  • Constructor Details

    • ImportedWindowsAutopilotDeviceIdentityState

      public ImportedWindowsAutopilotDeviceIdentityState()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to