Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Autopilot Devices Summary.The Cloud Identity Devices Summary.The Cloud Management Devices Summary.The Co Managed Devices.The Devices Not Autopilot Registered.The Devices Without Autopilot Profile Assigned.The Devices Without Cloud Identity.The Intune Devices.the OData type of the object as returned by the serviceThe Tenant Attach Devices.The Total Devices.The Unsupported OSversion Devices.The Windows10Devices.The Windows10Devices Summary.The Windows10Devices Without Tenant Attach. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
autopilotDevicesSummary
@SerializedName(value="autopilotDevicesSummary", alternate="AutopilotDevicesSummary") @Expose @Nullable public UserExperienceAnalyticsAutopilotDevicesSummary autopilotDevicesSummaryThe 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 cloudIdentityDevicesSummaryThe 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 cloudManagementDevicesSummaryThe 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 coManagedDevicesThe 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 devicesNotAutopilotRegisteredThe 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 devicesWithoutAutopilotProfileAssignedThe 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 devicesWithoutCloudIdentityThe 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 intuneDevicesThe 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 tenantAttachDevicesThe 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 totalDevicesThe Total Devices. The total count of devices. Read-only. Valid values -2147483648 to 2147483647 -
unsupportedOSversionDevices
@SerializedName(value="unsupportedOSversionDevices", alternate="UnsupportedOSversionDevices") @Expose @Nullable public Integer unsupportedOSversionDevicesThe 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 windows10DevicesThe Windows10Devices. The count of windows 10 devices. Read-only. Valid values -2147483648 to 2147483647 -
windows10DevicesSummary
@SerializedName(value="windows10DevicesSummary", alternate="Windows10DevicesSummary") @Expose @Nullable public UserExperienceAnalyticsWindows10DevicesSummary windows10DevicesSummaryThe 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 windows10DevicesWithoutTenantAttachThe 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:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-