Package odata.msgraph.client.entity
Class UserExperienceAnalyticsModelScores.Builder
- java.lang.Object
-
- odata.msgraph.client.entity.UserExperienceAnalyticsModelScores.Builder
-
- Enclosing class:
- UserExperienceAnalyticsModelScores
public static final class UserExperienceAnalyticsModelScores.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserExperienceAnalyticsModelScores.BuilderappReliabilityScore(Double appReliabilityScore)“Indicates a score calculated from application health data to indicate when a device is having problems running one or more applications.UserExperienceAnalyticsModelScores.BuilderbatteryHealthScore(Double batteryHealthScore)“Indicates a calulated score indicating the health of the device's battery.UserExperienceAnalyticsModelScoresbuild()UserExperienceAnalyticsModelScores.BuilderendpointAnalyticsScore(Double endpointAnalyticsScore)“Indicates a weighted average of the various scores.UserExperienceAnalyticsModelScores.BuilderhealthStatus(UserExperienceAnalyticsHealthState healthStatus)“The health status of the device.UserExperienceAnalyticsModelScores.Builderid(String id)UserExperienceAnalyticsModelScores.Buildermanufacturer(String manufacturer)“The manufacturer name of the device.UserExperienceAnalyticsModelScores.Buildermodel(String model)“The model name of the device.UserExperienceAnalyticsModelScores.BuildermodelDeviceCount(Long modelDeviceCount)“Indicates unique devices count of given model in a consolidated report.UserExperienceAnalyticsModelScores.BuilderstartupPerformanceScore(Double startupPerformanceScore)“Indicates a weighted average of boot score and logon score used for measuring startup performance.UserExperienceAnalyticsModelScores.BuilderworkFromAnywhereScore(Double workFromAnywhereScore)“Indicates a weighted score of the work from anywhere on a device level.
-
-
-
Method Detail
-
id
public UserExperienceAnalyticsModelScores.Builder id(String id)
-
appReliabilityScore
public UserExperienceAnalyticsModelScores.Builder appReliabilityScore(Double appReliabilityScore)
“Indicates a score calculated from application health data to indicate when a device is having problems running one or more applications. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308”- Parameters:
appReliabilityScore- value ofappReliabilityScoreproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
batteryHealthScore
public UserExperienceAnalyticsModelScores.Builder batteryHealthScore(Double batteryHealthScore)
“Indicates a calulated score indicating the health of the device's battery. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1. 79769313486232E+308 to 1.79769313486232E+308”- Parameters:
batteryHealthScore- value ofbatteryHealthScoreproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
endpointAnalyticsScore
public UserExperienceAnalyticsModelScores.Builder endpointAnalyticsScore(Double endpointAnalyticsScore)
“Indicates a weighted average of the various scores. Valid values range from 0- 100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1. 79769313486232E+308”- Parameters:
endpointAnalyticsScore- value ofendpointAnalyticsScoreproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
healthStatus
public UserExperienceAnalyticsModelScores.Builder healthStatus(UserExperienceAnalyticsHealthState healthStatus)
“The health status of the 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)
-
manufacturer
public UserExperienceAnalyticsModelScores.Builder manufacturer(String manufacturer)
“The manufacturer name of the device. Examples: Microsoft Corporation, HP, Lenovo . Supports: $select, $OrderBy. Read-only.”- Parameters:
manufacturer- value ofmanufacturerproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
model
public UserExperienceAnalyticsModelScores.Builder model(String model)
“The model name of the device. Supports: $select, $OrderBy. Read-only.”- Parameters:
model- value ofmodelproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
modelDeviceCount
public UserExperienceAnalyticsModelScores.Builder modelDeviceCount(Long modelDeviceCount)
“Indicates unique devices count of given model in a consolidated report. Supports : $select, $OrderBy. Read-only. Valid values -9.22337203685478E+18 to 9. 22337203685478E+18”- Parameters:
modelDeviceCount- value ofmodelDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
startupPerformanceScore
public UserExperienceAnalyticsModelScores.Builder startupPerformanceScore(Double startupPerformanceScore)
“Indicates a weighted average of boot score and logon score used for measuring startup performance. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308”- Parameters:
startupPerformanceScore- value ofstartupPerformanceScoreproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
workFromAnywhereScore
public UserExperienceAnalyticsModelScores.Builder workFromAnywhereScore(Double workFromAnywhereScore)
“Indicates a weighted score of the work from anywhere on a device level. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1. 79769313486232E+308 to 1.79769313486232E+308”- Parameters:
workFromAnywhereScore- value ofworkFromAnywhereScoreproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public UserExperienceAnalyticsModelScores build()
-
-