Package odata.msgraph.client.beta.entity
Class UserExperienceAnalyticsBatteryHealthAppImpact.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.UserExperienceAnalyticsBatteryHealthAppImpact.Builder
-
- Enclosing class:
- UserExperienceAnalyticsBatteryHealthAppImpact
public static final class UserExperienceAnalyticsBatteryHealthAppImpact.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public UserExperienceAnalyticsBatteryHealthAppImpact.Builder id(String id)
-
activeDevices
public UserExperienceAnalyticsBatteryHealthAppImpact.Builder activeDevices(Integer activeDevices)
“Number of active devices for using that app over a 14-day period. Valid values - 2147483648 to 2147483647”- Parameters:
activeDevices- value ofactiveDevicesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
appDisplayName
public UserExperienceAnalyticsBatteryHealthAppImpact.Builder appDisplayName(String appDisplayName)
“User friendly display name for the app. Eg: Outlook”- Parameters:
appDisplayName- value ofappDisplayNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
appName
public UserExperienceAnalyticsBatteryHealthAppImpact.Builder appName(String appName)
“App name. Eg: oltk.exe”- Parameters:
appName- value ofappNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
appPublisher
public UserExperienceAnalyticsBatteryHealthAppImpact.Builder appPublisher(String appPublisher)
“App publisher. Eg: Microsoft Corporation”- Parameters:
appPublisher- value ofappPublisherproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
batteryUsagePercentage
public UserExperienceAnalyticsBatteryHealthAppImpact.Builder batteryUsagePercentage(Double batteryUsagePercentage)
“The percent of total battery power used by this application when the device was not plugged into AC power, over 14 days computed across all devices in the tenant. Unit in percentage. Valid values -1.79769313486232E+308 to 1. 79769313486232E+308”- Parameters:
batteryUsagePercentage- value ofbatteryUsagePercentageproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
isForegroundApp
public UserExperienceAnalyticsBatteryHealthAppImpact.Builder isForegroundApp(Boolean isForegroundApp)
“true if the user had active interaction with the app.”- Parameters:
isForegroundApp- value ofisForegroundAppproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public UserExperienceAnalyticsBatteryHealthAppImpact build()
-
-