Package odata.msgraph.client.beta.entity
Class UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails.Builder
-
- Enclosing class:
- UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails
public static final class UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
appCrashCount
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails.Builder appCrashCount(Integer appCrashCount)
“The number of crashes for the app. Valid values -2147483648 to 2147483647”- Parameters:
appCrashCount- value ofappCrashCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
appDisplayName
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails.Builder appDisplayName(String appDisplayName)
“The friendly name of the application.”- Parameters:
appDisplayName- value ofappDisplayNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
appName
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails.Builder appName(String appName)
“The name of the application.”- Parameters:
appName- value ofappNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
appPublisher
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails.Builder appPublisher(String appPublisher)
“The publisher of the application.”- Parameters:
appPublisher- value ofappPublisherproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
appVersion
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails.Builder appVersion(String appVersion)
“The version of the application.”- Parameters:
appVersion- value ofappVersionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
deviceCountWithCrashes
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails.Builder deviceCountWithCrashes(Integer deviceCountWithCrashes)
“The total number of devices that have reported one or more application crashes for this application and version. Valid values -2147483648 to 2147483647”- Parameters:
deviceCountWithCrashes- value ofdeviceCountWithCrashesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
isLatestUsedVersion
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails.Builder isLatestUsedVersion(Boolean isLatestUsedVersion)
“Is the version of application the latest version for that app that is in use.”- Parameters:
isLatestUsedVersion- value ofisLatestUsedVersionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
isMostUsedVersion
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails.Builder isMostUsedVersion(Boolean isMostUsedVersion)
“Is the version of application the most used version for that app.”- Parameters:
isMostUsedVersion- value ofisMostUsedVersionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails build()
-
-