Uses of Class
odata.msgraph.client.enums.UserExperienceAnalyticsSummarizedBy
-
Packages that use UserExperienceAnalyticsSummarizedBy Package Description odata.msgraph.client.entity.collection.request odata.msgraph.client.enums -
-
Uses of UserExperienceAnalyticsSummarizedBy in odata.msgraph.client.entity.collection.request
Methods in odata.msgraph.client.entity.collection.request with parameters of type UserExperienceAnalyticsSummarizedBy Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<UserExperienceAnalyticsDevicePerformance>UserExperienceAnalyticsDevicePerformanceCollectionRequest. summarizeDevicePerformanceDevices(UserExperienceAnalyticsSummarizedBy summarizeBy) -
Uses of UserExperienceAnalyticsSummarizedBy in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return UserExperienceAnalyticsSummarizedBy Modifier and Type Method Description static UserExperienceAnalyticsSummarizedByUserExperienceAnalyticsSummarizedBy. valueOf(String name)Returns the enum constant of this type with the specified name.static UserExperienceAnalyticsSummarizedBy[]UserExperienceAnalyticsSummarizedBy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-