Package odata.msgraph.client.beta.entity
Class UserExperienceAnalyticsDeviceScores.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.UserExperienceAnalyticsDeviceScores.Builder
-
- Enclosing class:
- UserExperienceAnalyticsDeviceScores
public static final class UserExperienceAnalyticsDeviceScores.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserExperienceAnalyticsDeviceScores.BuilderappReliabilityScore(Double appReliabilityScore)“The user experience analytics device app reliability score.UserExperienceAnalyticsDeviceScoresbuild()UserExperienceAnalyticsDeviceScores.BuilderdeviceName(String deviceName)“The user experience analytics device name.”UserExperienceAnalyticsDeviceScores.BuilderendpointAnalyticsScore(Double endpointAnalyticsScore)“The user experience analytics device score.UserExperienceAnalyticsDeviceScores.BuilderhealthStatus(UserExperienceAnalyticsHealthState healthStatus)“The health state of the user experience analytics device.”UserExperienceAnalyticsDeviceScores.Builderid(String id)UserExperienceAnalyticsDeviceScores.Buildermanufacturer(String manufacturer)“The user experience analytics device manufacturer.”UserExperienceAnalyticsDeviceScores.Buildermodel(String model)“The user experience analytics device model.”UserExperienceAnalyticsDeviceScores.BuilderstartupPerformanceScore(Double startupPerformanceScore)“The user experience analytics device startup performance score.UserExperienceAnalyticsDeviceScores.BuilderworkFromAnywhereScore(Double workFromAnywhereScore)“The user experience analytics device work From anywhere score.
-
-
-
Method Detail
-
id
public UserExperienceAnalyticsDeviceScores.Builder id(String id)
-
appReliabilityScore
public UserExperienceAnalyticsDeviceScores.Builder appReliabilityScore(Double appReliabilityScore)
“The user experience analytics device app reliability score. Valid values -1. 79769313486232E+308 to 1.79769313486232E+308”- Parameters:
appReliabilityScore- value ofappReliabilityScoreproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
deviceName
public UserExperienceAnalyticsDeviceScores.Builder deviceName(String deviceName)
“The user experience analytics device name.”- Parameters:
deviceName- value ofdeviceNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
endpointAnalyticsScore
public UserExperienceAnalyticsDeviceScores.Builder endpointAnalyticsScore(Double endpointAnalyticsScore)
“The user experience analytics device score. 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 UserExperienceAnalyticsDeviceScores.Builder healthStatus(UserExperienceAnalyticsHealthState healthStatus)
“The health state of the user experience analytics device.”- Parameters:
healthStatus- value ofhealthStatusproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
manufacturer
public UserExperienceAnalyticsDeviceScores.Builder manufacturer(String manufacturer)
“The user experience analytics device manufacturer.”- Parameters:
manufacturer- value ofmanufacturerproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
model
public UserExperienceAnalyticsDeviceScores.Builder model(String model)
“The user experience analytics device model.”- Parameters:
model- value ofmodelproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
startupPerformanceScore
public UserExperienceAnalyticsDeviceScores.Builder startupPerformanceScore(Double startupPerformanceScore)
“The user experience analytics device startup performance score. 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 UserExperienceAnalyticsDeviceScores.Builder workFromAnywhereScore(Double workFromAnywhereScore)
“The user experience analytics device work From anywhere score. 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 UserExperienceAnalyticsDeviceScores build()
-
-