Uses of Class
odata.msgraph.client.complex.UserExperienceAnalyticsInsightValue
-
Packages that use UserExperienceAnalyticsInsightValue Package Description odata.msgraph.client.complex -
-
Uses of UserExperienceAnalyticsInsightValue in odata.msgraph.client.complex
Subclasses of UserExperienceAnalyticsInsightValue in odata.msgraph.client.complex Modifier and Type Class Description classInsightValueDouble“The value in an user experience analytics insight.”classInsightValueInt“The value in an user experience analytics insight.”Fields in odata.msgraph.client.complex with type parameters of type UserExperienceAnalyticsInsightValue Modifier and Type Field Description protected List<UserExperienceAnalyticsInsightValue>UserExperienceAnalyticsInsight. valuesMethods in odata.msgraph.client.complex that return UserExperienceAnalyticsInsightValue Modifier and Type Method Description UserExperienceAnalyticsInsightValueUserExperienceAnalyticsInsightValue. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type UserExperienceAnalyticsInsightValue Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<UserExperienceAnalyticsInsightValue>UserExperienceAnalyticsInsight. getValues()“The value of the user experience analytics insight.”com.github.davidmoten.odata.client.CollectionPage<UserExperienceAnalyticsInsightValue>UserExperienceAnalyticsInsight. getValues(com.github.davidmoten.odata.client.HttpRequestOptions options)“The value of the user experience analytics insight.”Methods in odata.msgraph.client.complex with parameters of type UserExperienceAnalyticsInsightValue Modifier and Type Method Description UserExperienceAnalyticsInsight.BuilderUserExperienceAnalyticsInsight.Builder. values(UserExperienceAnalyticsInsightValue... values)“The value of the user experience analytics insight.”Method parameters in odata.msgraph.client.complex with type arguments of type UserExperienceAnalyticsInsightValue Modifier and Type Method Description UserExperienceAnalyticsInsight.BuilderUserExperienceAnalyticsInsight.Builder. values(List<UserExperienceAnalyticsInsightValue> values)“The value of the user experience analytics insight.”
-