Package odata.msgraph.client.entity
Class UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails.Builder
- java.lang.Object
-
- odata.msgraph.client.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 0 to 2147483647. Supports: $ select, $OrderBy. Read-only. 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)
“When TRUE, indicates the version of application is the latest version for that application that is in use. When FALSE, indicates the version is not the latest version. FALSE by default. Supports: $select, $OrderBy.”- Parameters:
isLatestUsedVersion- value ofisLatestUsedVersionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
isMostUsedVersion
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails.Builder isMostUsedVersion(Boolean isMostUsedVersion)
“When TRUE, indicates the version of application is the most used version for that application. When FALSE, indicates the version is not the most used version . FALSE by default. Supports: $select, $OrderBy. Read-only.”- Parameters:
isMostUsedVersion- value ofisMostUsedVersionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails build()
-
-