Package odata.msgraph.client.entity
Class UserExperienceAnalyticsAppHealthDevicePerformance.Builder
- java.lang.Object
-
- odata.msgraph.client.entity.UserExperienceAnalyticsAppHealthDevicePerformance.Builder
-
- Enclosing class:
- UserExperienceAnalyticsAppHealthDevicePerformance
public static final class UserExperienceAnalyticsAppHealthDevicePerformance.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public UserExperienceAnalyticsAppHealthDevicePerformance.Builder id(String id)
-
appCrashCount
public UserExperienceAnalyticsAppHealthDevicePerformance.Builder appCrashCount(Integer appCrashCount)
“The number of application crashes for the device. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647”- Parameters:
appCrashCount- value ofappCrashCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
appHangCount
public UserExperienceAnalyticsAppHealthDevicePerformance.Builder appHangCount(Integer appHangCount)
“The number of application hangs for the device. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647”- Parameters:
appHangCount- value ofappHangCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
crashedAppCount
public UserExperienceAnalyticsAppHealthDevicePerformance.Builder crashedAppCount(Integer crashedAppCount)
“The number of distinct application crashes for the device. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647”- Parameters:
crashedAppCount- value ofcrashedAppCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
deviceAppHealthScore
public UserExperienceAnalyticsAppHealthDevicePerformance.Builder deviceAppHealthScore(Double deviceAppHealthScore)
“The application health score of the device. Valid values 0 to 100. Supports: $ filter, $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1. 79769313486232E+308”- Parameters:
deviceAppHealthScore- value ofdeviceAppHealthScoreproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
deviceDisplayName
public UserExperienceAnalyticsAppHealthDevicePerformance.Builder deviceDisplayName(String deviceDisplayName)
“The name of the device. Supports: $select, $OrderBy. Read-only.”- Parameters:
deviceDisplayName- value ofdeviceDisplayNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
deviceId
public UserExperienceAnalyticsAppHealthDevicePerformance.Builder deviceId(String deviceId)
“The Intune device id of the device. Supports: $select, $OrderBy. Read-only.”- Parameters:
deviceId- value ofdeviceIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
deviceManufacturer
public UserExperienceAnalyticsAppHealthDevicePerformance.Builder deviceManufacturer(String deviceManufacturer)
“The manufacturer name of the device. Supports: $select, $OrderBy. Read-only.”- Parameters:
deviceManufacturer- value ofdeviceManufacturerproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
deviceModel
public UserExperienceAnalyticsAppHealthDevicePerformance.Builder deviceModel(String deviceModel)
“The model name of the device. Supports: $select, $OrderBy. Read-only.”- Parameters:
deviceModel- value ofdeviceModelproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
healthStatus
public UserExperienceAnalyticsAppHealthDevicePerformance.Builder healthStatus(UserExperienceAnalyticsHealthState healthStatus)
“The health state of the user experience analytics device. Possible values are: unknown, insufficientData, needsAttention, meetingGoals. Unknown by default. Supports: $filter, $select, $OrderBy. Read-only.”- Parameters:
healthStatus- value ofhealthStatusproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
meanTimeToFailureInMinutes
public UserExperienceAnalyticsAppHealthDevicePerformance.Builder meanTimeToFailureInMinutes(Integer meanTimeToFailureInMinutes)
“The mean time to failure for the application in minutes. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values - 2147483648 to 2147483647”- Parameters:
meanTimeToFailureInMinutes- value ofmeanTimeToFailureInMinutesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
processedDateTime
public UserExperienceAnalyticsAppHealthDevicePerformance.Builder processedDateTime(OffsetDateTime processedDateTime)
“The date and time when the statistics were last computed. The value cannot be modified and is automatically populated when the statistics are computed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2022 would look like this: '2022-01-01T00:00:00Z'. Returned by default. Read-only.”- Parameters:
processedDateTime- value ofprocessedDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public UserExperienceAnalyticsAppHealthDevicePerformance build()
-
-