Package odata.msgraph.client.entity
Class UserExperienceAnalyticsDeviceStartupProcessPerformance.Builder
- java.lang.Object
-
- odata.msgraph.client.entity.UserExperienceAnalyticsDeviceStartupProcessPerformance.Builder
-
- Enclosing class:
- UserExperienceAnalyticsDeviceStartupProcessPerformance
public static final class UserExperienceAnalyticsDeviceStartupProcessPerformance.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public UserExperienceAnalyticsDeviceStartupProcessPerformance.Builder id(String id)
-
deviceCount
public UserExperienceAnalyticsDeviceStartupProcessPerformance.Builder deviceCount(Long deviceCount)
“The count of devices which initiated this process on startup. Supports: $filter, $select, $OrderBy. Read-only.”- Parameters:
deviceCount- value ofdeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
medianImpactInMs
public UserExperienceAnalyticsDeviceStartupProcessPerformance.Builder medianImpactInMs(Long medianImpactInMs)
“The median impact of startup process on device boot time in milliseconds. Supports: $filter, $select, $OrderBy. Read-only.”- Parameters:
medianImpactInMs- value ofmedianImpactInMsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
processName
public UserExperienceAnalyticsDeviceStartupProcessPerformance.Builder processName(String processName)
“The name of the startup process. Examples: outlook, excel. Supports: $select, $ OrderBy. Read-only.”- Parameters:
processName- value ofprocessNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
productName
public UserExperienceAnalyticsDeviceStartupProcessPerformance.Builder productName(String productName)
“The product name of the startup process. Examples: Microsoft Outlook, Microsoft Excel. Supports: $select, $OrderBy. Read-only.”- Parameters:
productName- value ofproductNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
publisher
public UserExperienceAnalyticsDeviceStartupProcessPerformance.Builder publisher(String publisher)
“The publisher of the startup process. Examples: Microsoft Corporation, Contoso Corp. Supports: $select, $OrderBy. Read-only.”- Parameters:
publisher- value ofpublisherproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
totalImpactInMs
public UserExperienceAnalyticsDeviceStartupProcessPerformance.Builder totalImpactInMs(Long totalImpactInMs)
“The total impact of startup process on device boot time in milliseconds. Supports: $filter, $select, $OrderBy. Read-only.”- Parameters:
totalImpactInMs- value oftotalImpactInMsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public UserExperienceAnalyticsDeviceStartupProcessPerformance build()
-
-