Uses of Class
odata.msgraph.client.entity.UserExperienceAnalyticsScoreHistory
-
Packages that use UserExperienceAnalyticsScoreHistory Package Description odata.msgraph.client.entity -
-
Uses of UserExperienceAnalyticsScoreHistory in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type UserExperienceAnalyticsScoreHistory Modifier and Type Field Description protected List<UserExperienceAnalyticsScoreHistory>DeviceManagement. userExperienceAnalyticsScoreHistoryMethods in odata.msgraph.client.entity that return UserExperienceAnalyticsScoreHistory Modifier and Type Method Description UserExperienceAnalyticsScoreHistoryUserExperienceAnalyticsScoreHistory.Builder. build()UserExperienceAnalyticsScoreHistoryUserExperienceAnalyticsScoreHistory. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.UserExperienceAnalyticsScoreHistoryUserExperienceAnalyticsScoreHistory. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).UserExperienceAnalyticsScoreHistoryUserExperienceAnalyticsScoreHistory. withStartupDateTime(OffsetDateTime startupDateTime)Returns an immutable copy ofthiswith just thestartupDateTimefield changed.UserExperienceAnalyticsScoreHistoryUserExperienceAnalyticsScoreHistory. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type UserExperienceAnalyticsScoreHistory Modifier and Type Method Description DeviceManagement.BuilderDeviceManagement.Builder. userExperienceAnalyticsScoreHistory(UserExperienceAnalyticsScoreHistory... userExperienceAnalyticsScoreHistory)“User experience analytics device Startup Score History”Method parameters in odata.msgraph.client.entity with type arguments of type UserExperienceAnalyticsScoreHistory Modifier and Type Method Description DeviceManagement.BuilderDeviceManagement.Builder. userExperienceAnalyticsScoreHistory(List<UserExperienceAnalyticsScoreHistory> userExperienceAnalyticsScoreHistory)“User experience analytics device Startup Score History”DeviceManagementDeviceManagement. withUserExperienceAnalyticsScoreHistory(List<UserExperienceAnalyticsScoreHistory> userExperienceAnalyticsScoreHistory)Returns an immutable copy ofthiswith just theuserExperienceAnalyticsScoreHistoryfield changed.
-