Class UserExperienceAnalyticsWorkFromAnywhereDevicesSummary

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

public class UserExperienceAnalyticsWorkFromAnywhereDevicesSummary extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Experience Analytics Work From Anywhere Devices Summary.
  • Field Details

    • oDataType

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

      @SerializedName(value="autopilotDevicesSummary", alternate="AutopilotDevicesSummary") @Expose @Nullable public UserExperienceAnalyticsAutopilotDevicesSummary autopilotDevicesSummary
      The Autopilot Devices Summary. The user experience analytics work from anywhere Autopilot devices summary. Read-only.
    • cloudIdentityDevicesSummary

      @SerializedName(value="cloudIdentityDevicesSummary", alternate="CloudIdentityDevicesSummary") @Expose @Nullable public UserExperienceAnalyticsCloudIdentityDevicesSummary cloudIdentityDevicesSummary
      The Cloud Identity Devices Summary. The user experience analytics work from anywhere Cloud Identity devices summary. Read-only.
    • cloudManagementDevicesSummary

      @SerializedName(value="cloudManagementDevicesSummary", alternate="CloudManagementDevicesSummary") @Expose @Nullable public UserExperienceAnalyticsCloudManagementDevicesSummary cloudManagementDevicesSummary
      The Cloud Management Devices Summary. The user experience analytics work from anywhere Cloud management devices summary. Read-only.
    • coManagedDevices

      @SerializedName(value="coManagedDevices", alternate="CoManagedDevices") @Expose @Nullable public Integer coManagedDevices
      The Co Managed Devices. Total number of co-managed devices. Read-only. Valid values -2147483648 to 2147483647
    • devicesNotAutopilotRegistered

      @SerializedName(value="devicesNotAutopilotRegistered", alternate="DevicesNotAutopilotRegistered") @Expose @Nullable public Integer devicesNotAutopilotRegistered
      The Devices Not Autopilot Registered. The count of intune devices that are not autopilot registerd. Read-only. Valid values -2147483648 to 2147483647
    • devicesWithoutAutopilotProfileAssigned

      @SerializedName(value="devicesWithoutAutopilotProfileAssigned", alternate="DevicesWithoutAutopilotProfileAssigned") @Expose @Nullable public Integer devicesWithoutAutopilotProfileAssigned
      The Devices Without Autopilot Profile Assigned. The count of intune devices not autopilot profile assigned. Read-only. Valid values -2147483648 to 2147483647
    • devicesWithoutCloudIdentity

      @SerializedName(value="devicesWithoutCloudIdentity", alternate="DevicesWithoutCloudIdentity") @Expose @Nullable public Integer devicesWithoutCloudIdentity
      The Devices Without Cloud Identity. The count of devices that are not cloud identity. Read-only. Valid values -2147483648 to 2147483647
    • intuneDevices

      @SerializedName(value="intuneDevices", alternate="IntuneDevices") @Expose @Nullable public Integer intuneDevices
      The Intune Devices. The count of intune devices that are not autopilot registerd. Read-only. Valid values -2147483648 to 2147483647
    • tenantAttachDevices

      @SerializedName(value="tenantAttachDevices", alternate="TenantAttachDevices") @Expose @Nullable public Integer tenantAttachDevices
      The Tenant Attach Devices. Total count of tenant attach devices. Read-only. Valid values -2147483648 to 2147483647
    • totalDevices

      @SerializedName(value="totalDevices", alternate="TotalDevices") @Expose @Nullable public Integer totalDevices
      The Total Devices. The total count of devices. Read-only. Valid values -2147483648 to 2147483647
    • unsupportedOSversionDevices

      @SerializedName(value="unsupportedOSversionDevices", alternate="UnsupportedOSversionDevices") @Expose @Nullable public Integer unsupportedOSversionDevices
      The Unsupported OSversion Devices. The count of Windows 10 devices that have unsupported OS versions. Read-only. Valid values -2147483648 to 2147483647
    • windows10Devices

      @SerializedName(value="windows10Devices", alternate="Windows10Devices") @Expose @Nullable public Integer windows10Devices
      The Windows10Devices. The count of windows 10 devices. Read-only. Valid values -2147483648 to 2147483647
    • windows10DevicesSummary

      @SerializedName(value="windows10DevicesSummary", alternate="Windows10DevicesSummary") @Expose @Nullable public UserExperienceAnalyticsWindows10DevicesSummary windows10DevicesSummary
      The Windows10Devices Summary. The user experience analytics work from anywhere Windows 10 devices summary. Read-only.
    • windows10DevicesWithoutTenantAttach

      @SerializedName(value="windows10DevicesWithoutTenantAttach", alternate="Windows10DevicesWithoutTenantAttach") @Expose @Nullable public Integer windows10DevicesWithoutTenantAttach
      The Windows10Devices Without Tenant Attach. The count of windows 10 devices that are Intune and co-managed. Read-only. Valid values -2147483648 to 2147483647
  • Constructor Details

    • UserExperienceAnalyticsWorkFromAnywhereDevicesSummary

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