Package com.microsoft.graph.models
Class UserExperienceAnalyticsWorkFromAnywhereDevice
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.UserExperienceAnalyticsWorkFromAnywhereDevice
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UserExperienceAnalyticsWorkFromAnywhereDevice
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Experience Analytics Work From Anywhere Device.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Auto Pilot Profile Assigned.The Auto Pilot Registered.The Azure Ad Device Id.The Azure Ad Join Type.The Azure Ad Registered.The Cloud Identity Score.The Cloud Management Score.The Cloud Provisioning Score.The Compliance Policy Set To Intune.The Device Id.The Device Name.The Health Status.The Is Cloud Managed Gateway Enabled.The Managed By.The Manufacturer.The Model.The Os Check Failed.The Os Description.The Os Version.The Other Workloads Set To Intune.The Ownership.The Processor64Bit Check Failed.The Processor Core Count Check Failed.The Processor Family Check Failed.The Processor Speed Check Failed.The Ram Check Failed.The Secure Boot Check Failed.The Serial Number.The Storage Check Failed.The Tenant Attached.The Tpm Check Failed.The Upgrade Eligibility.The Windows Score.The Work From Anywhere Score. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
autoPilotProfileAssigned
@SerializedName(value="autoPilotProfileAssigned", alternate="AutoPilotProfileAssigned") @Expose @Nullable public Boolean autoPilotProfileAssignedThe Auto Pilot Profile Assigned. When TRUE, indicates the intune device's autopilot profile is assigned. When FALSE, indicates it's not Assigned. Supports: $select, $OrderBy. Read-only. -
autoPilotRegistered
@SerializedName(value="autoPilotRegistered", alternate="AutoPilotRegistered") @Expose @Nullable public Boolean autoPilotRegisteredThe Auto Pilot Registered. When TRUE, indicates the intune device's autopilot is registered. When FALSE, indicates it's not registered. Supports: $select, $OrderBy. Read-only. -
azureAdDeviceId
@SerializedName(value="azureAdDeviceId", alternate="AzureAdDeviceId") @Expose @Nullable public String azureAdDeviceIdThe Azure Ad Device Id. The Azure Active Directory (Azure AD) device Id. Supports: $select, $OrderBy. Read-only. -
azureAdJoinType
@SerializedName(value="azureAdJoinType", alternate="AzureAdJoinType") @Expose @Nullable public String azureAdJoinTypeThe Azure Ad Join Type. The work from anywhere device's Azure Active Directory (Azure AD) join type. Supports: $select, $OrderBy. Read-only. -
azureAdRegistered
@SerializedName(value="azureAdRegistered", alternate="AzureAdRegistered") @Expose @Nullable public Boolean azureAdRegisteredThe Azure Ad Registered. When TRUE, indicates the device's Azure Active Directory (Azure AD) is registered. When False, indicates it's not registered. Supports: $select, $OrderBy. Read-only. -
cloudIdentityScore
@SerializedName(value="cloudIdentityScore", alternate="CloudIdentityScore") @Expose @Nullable public Double cloudIdentityScoreThe Cloud Identity Score. Indicates per device cloud identity score. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 -
cloudManagementScore
@SerializedName(value="cloudManagementScore", alternate="CloudManagementScore") @Expose @Nullable public Double cloudManagementScoreThe Cloud Management Score. Indicates per device cloud management score. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 -
cloudProvisioningScore
@SerializedName(value="cloudProvisioningScore", alternate="CloudProvisioningScore") @Expose @Nullable public Double cloudProvisioningScoreThe Cloud Provisioning Score. Indicates per device cloud provisioning score. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 -
compliancePolicySetToIntune
@SerializedName(value="compliancePolicySetToIntune", alternate="CompliancePolicySetToIntune") @Expose @Nullable public Boolean compliancePolicySetToIntuneThe Compliance Policy Set To Intune. When TRUE, indicates the device's compliance policy is set to intune. When FALSE, indicates it's not set to intune. Supports: $select, $OrderBy. Read-only. -
deviceId
The Device Id. The Intune device id of the device. Supports: $select, $OrderBy. Read-only. -
deviceName
@SerializedName(value="deviceName", alternate="DeviceName") @Expose @Nullable public String deviceNameThe Device Name. The name of the device. Supports: $select, $OrderBy. Read-only. -
healthStatus
@SerializedName(value="healthStatus", alternate="HealthStatus") @Expose @Nullable public UserExperienceAnalyticsHealthState healthStatusThe Health Status. The health state of the user experience analytics work from anywhere device. Possible values are: unknown, insufficientData, needsAttention, meetingGoals. Unknown by default. Supports: $select, $OrderBy. Read-only. Possible values are: unknown, insufficientData, needsAttention, meetingGoals, unknownFutureValue. -
isCloudManagedGatewayEnabled
@SerializedName(value="isCloudManagedGatewayEnabled", alternate="IsCloudManagedGatewayEnabled") @Expose @Nullable public Boolean isCloudManagedGatewayEnabledThe Is Cloud Managed Gateway Enabled. When TRUE, indicates the device's Cloud Management Gateway for Configuration Manager is enabled. When FALSE, indicates it's not enabled. Supports: $select, $OrderBy. Read-only. -
managedBy
The Managed By. The management agent of the device. Supports: $select, $OrderBy. Read-only. -
manufacturer
@SerializedName(value="manufacturer", alternate="Manufacturer") @Expose @Nullable public String manufacturerThe Manufacturer. The manufacturer name of the device. Supports: $select, $OrderBy. Read-only. -
model
The Model. The model name of the device. Supports: $select, $OrderBy. Read-only. -
osCheckFailed
@SerializedName(value="osCheckFailed", alternate="OsCheckFailed") @Expose @Nullable public Boolean osCheckFailedThe Os Check Failed. When TRUE, indicates OS check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only. -
osDescription
@SerializedName(value="osDescription", alternate="OsDescription") @Expose @Nullable public String osDescriptionThe Os Description. The OS description of the device. Supports: $select, $OrderBy. Read-only. -
osVersion
The Os Version. The OS version of the device. Supports: $select, $OrderBy. Read-only. -
otherWorkloadsSetToIntune
@SerializedName(value="otherWorkloadsSetToIntune", alternate="OtherWorkloadsSetToIntune") @Expose @Nullable public Boolean otherWorkloadsSetToIntuneThe Other Workloads Set To Intune. When TRUE, indicates the device's other workloads is set to intune. When FALSE, indicates it's not set to intune. Supports: $select, $OrderBy. Read-only. -
ownership
The Ownership. Ownership of the device. Supports: $select, $OrderBy. Read-only. -
processor64BitCheckFailed
@SerializedName(value="processor64BitCheckFailed", alternate="Processor64BitCheckFailed") @Expose @Nullable public Boolean processor64BitCheckFailedThe Processor64Bit Check Failed. When TRUE, indicates processor hardware 64-bit architecture check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only. -
processorCoreCountCheckFailed
@SerializedName(value="processorCoreCountCheckFailed", alternate="ProcessorCoreCountCheckFailed") @Expose @Nullable public Boolean processorCoreCountCheckFailedThe Processor Core Count Check Failed. When TRUE, indicates processor hardware core count check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only. -
processorFamilyCheckFailed
@SerializedName(value="processorFamilyCheckFailed", alternate="ProcessorFamilyCheckFailed") @Expose @Nullable public Boolean processorFamilyCheckFailedThe Processor Family Check Failed. When TRUE, indicates processor hardware family check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only. -
processorSpeedCheckFailed
@SerializedName(value="processorSpeedCheckFailed", alternate="ProcessorSpeedCheckFailed") @Expose @Nullable public Boolean processorSpeedCheckFailedThe Processor Speed Check Failed. When TRUE, indicates processor hardware speed check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only. -
ramCheckFailed
@SerializedName(value="ramCheckFailed", alternate="RamCheckFailed") @Expose @Nullable public Boolean ramCheckFailedThe Ram Check Failed. When TRUE, indicates RAM hardware check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only. -
secureBootCheckFailed
@SerializedName(value="secureBootCheckFailed", alternate="SecureBootCheckFailed") @Expose @Nullable public Boolean secureBootCheckFailedThe Secure Boot Check Failed. When TRUE, indicates secure boot hardware check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only. -
serialNumber
@SerializedName(value="serialNumber", alternate="SerialNumber") @Expose @Nullable public String serialNumberThe Serial Number. The serial number of the device. Supports: $select, $OrderBy. Read-only. -
storageCheckFailed
@SerializedName(value="storageCheckFailed", alternate="StorageCheckFailed") @Expose @Nullable public Boolean storageCheckFailedThe Storage Check Failed. When TRUE, indicates storage hardware check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only. -
tenantAttached
@SerializedName(value="tenantAttached", alternate="TenantAttached") @Expose @Nullable public Boolean tenantAttachedThe Tenant Attached. When TRUE, indicates the device is Tenant Attached. When FALSE, indicates it's not Tenant Attached. Supports: $select, $OrderBy. Read-only. -
tpmCheckFailed
@SerializedName(value="tpmCheckFailed", alternate="TpmCheckFailed") @Expose @Nullable public Boolean tpmCheckFailedThe Tpm Check Failed. When TRUE, indicates Trusted Platform Module (TPM) hardware check failed for device to the latest version of upgrade to windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only. -
upgradeEligibility
@SerializedName(value="upgradeEligibility", alternate="UpgradeEligibility") @Expose @Nullable public OperatingSystemUpgradeEligibility upgradeEligibilityThe Upgrade Eligibility. The windows upgrade eligibility status of device. Possible values are: upgraded, unknown, notCapable, capable. Unknown by default. Supports: $select, $OrderBy. Read-only. Possible values are: upgraded, unknown, notCapable, capable, unknownFutureValue. -
windowsScore
@SerializedName(value="windowsScore", alternate="WindowsScore") @Expose @Nullable public Double windowsScoreThe Windows Score. Indicates per device windows score. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 -
workFromAnywhereScore
@SerializedName(value="workFromAnywhereScore", alternate="WorkFromAnywhereScore") @Expose @Nullable public Double workFromAnywhereScoreThe Work From Anywhere Score. Indicates work from anywhere per device overall score. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
-
-
Constructor Details
-
UserExperienceAnalyticsWorkFromAnywhereDevice
public UserExperienceAnalyticsWorkFromAnywhereDevice()
-
-
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-