Package odata.msgraph.client.entity
Class UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId.Builder
- java.lang.Object
-
- odata.msgraph.client.entity.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId.Builder
-
- Enclosing class:
- UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId
public static final class UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
appCrashCount
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId.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 UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId.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 UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId.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 UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId.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 UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId.Builder appVersion(String appVersion)
“The version of the application.”- Parameters:
appVersion- value ofappVersionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
deviceDisplayName
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId.Builder deviceDisplayName(String deviceDisplayName)
“The name of the device. Supports: $select, $OrderBy. Read-only.”- Parameters:
deviceDisplayName- value ofdeviceDisplayNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
deviceId
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId.Builder deviceId(String deviceId)
“The Intune device id of the device. Supports: $select, $OrderBy. Read-only.”- Parameters:
deviceId- value ofdeviceIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
processedDateTime
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId.Builder processedDateTime(OffsetDateTime processedDateTime)
“The date and time when the statistics were last computed. The value cannot be modified and is automatically populated when the statistics are computed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2022 would look like this: '2022-01-01T00:00:00Z'. Returned by default. Read-only.”- Parameters:
processedDateTime- value ofprocessedDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId build()
-
-