Package odata.msgraph.client.entity
Class UserExperienceAnalyticsCategory
- java.lang.Object
-
- odata.msgraph.client.entity.Entity
-
- odata.msgraph.client.entity.UserExperienceAnalyticsCategory
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class UserExperienceAnalyticsCategory extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
“The user experience analytics category entity contains the scores and insights for the various metrics of a category.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserExperienceAnalyticsCategory.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<UserExperienceAnalyticsInsight>insightsprotected StringinsightsNextLinkprotected List<UserExperienceAnalyticsMetric>metricValues-
Fields inherited from class odata.msgraph.client.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUserExperienceAnalyticsCategory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserExperienceAnalyticsCategory.BuilderbuilderUserExperienceAnalyticsCategory()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()com.github.davidmoten.odata.client.CollectionPage<UserExperienceAnalyticsInsight>getInsights()“The insights for the category.com.github.davidmoten.odata.client.CollectionPage<UserExperienceAnalyticsInsight>getInsights(com.github.davidmoten.odata.client.HttpRequestOptions options)“The insights for the category.UserExperienceAnalyticsMetricCollectionRequestgetMetricValues()“The metric values for the user experience analytics category.com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()UserExperienceAnalyticsCategorypatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)UserExperienceAnalyticsCategoryput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()UserExperienceAnalyticsCategorywithInsights(List<UserExperienceAnalyticsInsight> insights)Returns an immutable copy ofthiswith just theinsightsfield changed.UserExperienceAnalyticsCategorywithMetricValues(List<UserExperienceAnalyticsMetric> metricValues)Returns an immutable copy ofthiswith just themetricValuesfield changed.UserExperienceAnalyticsCategorywithUnmappedField(String name, Object value)
-
-
-
Field Detail
-
insights
protected List<UserExperienceAnalyticsInsight> insights
-
insightsNextLink
protected String insightsNextLink
-
metricValues
protected List<UserExperienceAnalyticsMetric> metricValues
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderUserExperienceAnalyticsCategory
public static UserExperienceAnalyticsCategory.Builder builderUserExperienceAnalyticsCategory()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
getInsights
public com.github.davidmoten.odata.client.CollectionPage<UserExperienceAnalyticsInsight> getInsights()
“The insights for the category. Read-only.”- Returns:
- property insights
-
withInsights
public UserExperienceAnalyticsCategory withInsights(List<UserExperienceAnalyticsInsight> insights)
Returns an immutable copy ofthiswith just theinsightsfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“The insights for the category. Read-only.”
- Parameters:
insights- new value ofinsightsfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theinsightsfield changed
-
getInsights
public com.github.davidmoten.odata.client.CollectionPage<UserExperienceAnalyticsInsight> getInsights(com.github.davidmoten.odata.client.HttpRequestOptions options)
“The insights for the category. Read-only.”- Parameters:
options- specify connect and read timeouts- Returns:
- property insights
-
withUnmappedField
public UserExperienceAnalyticsCategory withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classEntity
-
getMetricValues
public UserExperienceAnalyticsMetricCollectionRequest getMetricValues()
“The metric values for the user experience analytics category. Read-only.”- Returns:
- navigational property metricValues
-
withMetricValues
public UserExperienceAnalyticsCategory withMetricValues(List<UserExperienceAnalyticsMetric> metricValues)
Returns an immutable copy ofthiswith just themetricValuesfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“The metric values for the user experience analytics category. Read-only.”
- Parameters:
metricValues- new value ofmetricValuesfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just themetricValuesfield changed
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public UserExperienceAnalyticsCategory patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public UserExperienceAnalyticsCategory put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-