Package odata.msgraph.client.beta.entity
Class UserExperienceAnalyticsBatteryHealthDeviceAppImpact.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.UserExperienceAnalyticsBatteryHealthDeviceAppImpact.Builder
-
- Enclosing class:
- UserExperienceAnalyticsBatteryHealthDeviceAppImpact
public static final class UserExperienceAnalyticsBatteryHealthDeviceAppImpact.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public UserExperienceAnalyticsBatteryHealthDeviceAppImpact.Builder id(String id)
-
appDisplayName
public UserExperienceAnalyticsBatteryHealthDeviceAppImpact.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 UserExperienceAnalyticsBatteryHealthDeviceAppImpact.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 UserExperienceAnalyticsBatteryHealthDeviceAppImpact.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 UserExperienceAnalyticsBatteryHealthDeviceAppImpact.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. 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)
-
deviceId
public UserExperienceAnalyticsBatteryHealthDeviceAppImpact.Builder deviceId(String deviceId)
“The unique identifier of the device, Intune DeviceID or SCCM device id.”- Parameters:
deviceId- value ofdeviceIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
isForegroundApp
public UserExperienceAnalyticsBatteryHealthDeviceAppImpact.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 UserExperienceAnalyticsBatteryHealthDeviceAppImpact build()
-
-