Class UserExperienceAnalyticsInsight

  • All Implemented Interfaces:
    com.github.davidmoten.odata.client.ODataType

    public class UserExperienceAnalyticsInsight
    extends Object
    implements com.github.davidmoten.odata.client.ODataType
    “The user experience analytics insight is the recomendation to improve the user experience analytics score.”
    • Constructor Detail

      • UserExperienceAnalyticsInsight

        protected UserExperienceAnalyticsInsight()
    • Method Detail

      • odataTypeName

        public String odataTypeName()
        Specified by:
        odataTypeName in interface com.github.davidmoten.odata.client.ODataType
      • getInsightId

        public Optional<String> getInsightId()
        “The unique identifier of the user experience analytics insight.”
        Returns:
        property insightId
      • withInsightId

        public UserExperienceAnalyticsInsight withInsightId​(String insightId)
        Returns an immutable copy of this with just the insightId field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that when this.patch() is called (if available)on the returned object only the changed fields are submitted.

        “The unique identifier of the user experience analytics insight.”

        Parameters:
        insightId - new value of insightId field (as defined in service metadata)
        Returns:
        immutable copy of this with just the insightId field changed
      • getSeverity

        public Optional<UserExperienceAnalyticsInsightSeverity> getSeverity()
        “The severity of the user experience analytics insight. Possible values are: none , informational, warning, error. None by default.”
        Returns:
        property severity
      • withSeverity

        public UserExperienceAnalyticsInsight withSeverity​(UserExperienceAnalyticsInsightSeverity severity)
        Returns an immutable copy of this with just the severity field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that when this.patch() is called (if available)on the returned object only the changed fields are submitted.

        “The severity of the user experience analytics insight. Possible values are: none , informational, warning, error. None by default.”

        Parameters:
        severity - new value of severity field (as defined in service metadata)
        Returns:
        immutable copy of this with just the severity field changed
      • getUserExperienceAnalyticsMetricId

        public Optional<String> getUserExperienceAnalyticsMetricId()
        “The unique identifier of the user experience analytics metric.”
        Returns:
        property userExperienceAnalyticsMetricId
      • withUserExperienceAnalyticsMetricId

        public UserExperienceAnalyticsInsight withUserExperienceAnalyticsMetricId​(String userExperienceAnalyticsMetricId)
        Returns an immutable copy of this with just the userExperienceAnalyticsMetricId field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that when this.patch() is called (if available)on the returned object only the changed fields are submitted.

        “The unique identifier of the user experience analytics metric.”

        Parameters:
        userExperienceAnalyticsMetricId - new value of userExperienceAnalyticsMetricId field (as defined in service metadata)
        Returns:
        immutable copy of this with just the userExperienceAnalyticsMetricId field changed
      • getValues

        public com.github.davidmoten.odata.client.CollectionPage<UserExperienceAnalyticsInsightValue> getValues()
        “The value of the user experience analytics insight.”
        Returns:
        property values
      • getValues

        public com.github.davidmoten.odata.client.CollectionPage<UserExperienceAnalyticsInsightValue> getValues​(com.github.davidmoten.odata.client.HttpRequestOptions options)
        “The value of the user experience analytics insight.”
        Parameters:
        options - specify connect and read timeouts
        Returns:
        property values
      • getUnmappedFields

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
      • postInject

        public void postInject​(boolean addKeysToContextPath)
        Specified by:
        postInject in interface com.github.davidmoten.odata.client.ODataType
      • builder

        public static UserExperienceAnalyticsInsight.Builder builder()
        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