Uses of Class
odata.msgraph.client.enums.UserExperienceAnalyticsHealthState
-
Packages that use UserExperienceAnalyticsHealthState Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of UserExperienceAnalyticsHealthState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as UserExperienceAnalyticsHealthState Modifier and Type Field Description protected UserExperienceAnalyticsHealthStateUserExperienceAnalyticsDevicePerformance. healthStatusMethods in odata.msgraph.client.entity that return types with arguments of type UserExperienceAnalyticsHealthState Modifier and Type Method Description Optional<UserExperienceAnalyticsHealthState>UserExperienceAnalyticsDevicePerformance. getHealthStatus()“The health state of the user experience analytics device.”Methods in odata.msgraph.client.entity with parameters of type UserExperienceAnalyticsHealthState Modifier and Type Method Description UserExperienceAnalyticsDevicePerformance.BuilderUserExperienceAnalyticsDevicePerformance.Builder. healthStatus(UserExperienceAnalyticsHealthState healthStatus)“The health state of the user experience analytics device.”UserExperienceAnalyticsDevicePerformanceUserExperienceAnalyticsDevicePerformance. withHealthStatus(UserExperienceAnalyticsHealthState healthStatus)Returns an immutable copy ofthiswith just thehealthStatusfield changed. -
Uses of UserExperienceAnalyticsHealthState in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return UserExperienceAnalyticsHealthState Modifier and Type Method Description static UserExperienceAnalyticsHealthStateUserExperienceAnalyticsHealthState. valueOf(String name)Returns the enum constant of this type with the specified name.static UserExperienceAnalyticsHealthState[]UserExperienceAnalyticsHealthState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-