| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected UserExperienceAnalyticsInsightSeverity |
UserExperienceAnalyticsInsight.severity |
| Modifier and Type | Method and Description |
|---|---|
Optional<UserExperienceAnalyticsInsightSeverity> |
UserExperienceAnalyticsInsight.getSeverity()
“The value of the user experience analytics insight.”
|
| Modifier and Type | Method and Description |
|---|---|
UserExperienceAnalyticsInsight.Builder |
UserExperienceAnalyticsInsight.Builder.severity(UserExperienceAnalyticsInsightSeverity severity)
“The value of the user experience analytics insight.”
|
UserExperienceAnalyticsInsight |
UserExperienceAnalyticsInsight.withSeverity(UserExperienceAnalyticsInsightSeverity severity)
Returns an immutable copy of
this with just the severity field
changed. |
| Modifier and Type | Method and Description |
|---|---|
static UserExperienceAnalyticsInsightSeverity |
UserExperienceAnalyticsInsightSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserExperienceAnalyticsInsightSeverity[] |
UserExperienceAnalyticsInsightSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.