Uses of Class
odata.msgraph.client.enums.UserExperienceAnalyticsInsightSeverity
-
Packages that use UserExperienceAnalyticsInsightSeverity Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of UserExperienceAnalyticsInsightSeverity in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as UserExperienceAnalyticsInsightSeverity Modifier and Type Field Description protected UserExperienceAnalyticsInsightSeverityUserExperienceAnalyticsInsight. severityMethods in odata.msgraph.client.complex that return types with arguments of type UserExperienceAnalyticsInsightSeverity Modifier and Type Method Description Optional<UserExperienceAnalyticsInsightSeverity>UserExperienceAnalyticsInsight. getSeverity()“The severity of the user experience analytics insight.Methods in odata.msgraph.client.complex with parameters of type UserExperienceAnalyticsInsightSeverity Modifier and Type Method Description UserExperienceAnalyticsInsight.BuilderUserExperienceAnalyticsInsight.Builder. severity(UserExperienceAnalyticsInsightSeverity severity)“The severity of the user experience analytics insight.UserExperienceAnalyticsInsightUserExperienceAnalyticsInsight. withSeverity(UserExperienceAnalyticsInsightSeverity severity)Returns an immutable copy ofthiswith just theseverityfield changed. -
Uses of UserExperienceAnalyticsInsightSeverity in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return UserExperienceAnalyticsInsightSeverity Modifier and Type Method Description static UserExperienceAnalyticsInsightSeverityUserExperienceAnalyticsInsightSeverity. 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.
-