Uses of Class
odata.msgraph.client.beta.enums.UserExperienceAnalyticsInsightSeverity
-
Packages that use UserExperienceAnalyticsInsightSeverity Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of UserExperienceAnalyticsInsightSeverity in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as UserExperienceAnalyticsInsightSeverity Modifier and Type Field Description protected UserExperienceAnalyticsInsightSeverityUserExperienceAnalyticsInsight. severityMethods in odata.msgraph.client.beta.complex that return types with arguments of type UserExperienceAnalyticsInsightSeverity Modifier and Type Method Description Optional<UserExperienceAnalyticsInsightSeverity>UserExperienceAnalyticsInsight. getSeverity()“The value of the user experience analytics insight.”Methods in odata.msgraph.client.beta.complex with parameters of type UserExperienceAnalyticsInsightSeverity Modifier and Type Method Description UserExperienceAnalyticsInsight.BuilderUserExperienceAnalyticsInsight.Builder. severity(UserExperienceAnalyticsInsightSeverity severity)“The value 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.beta.enums
Methods in odata.msgraph.client.beta.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.
-