Class UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId

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

    public class UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId
    extends Entity
    implements com.github.davidmoten.odata.client.ODataEntityType
    “The user experience analytics application performance entity contains application performance by application version device id.”
    • Field Detail

      • appCrashCount

        protected Integer appCrashCount
      • appDisplayName

        protected String appDisplayName
      • appName

        protected String appName
      • appPublisher

        protected String appPublisher
      • appVersion

        protected String appVersion
      • deviceDisplayName

        protected String deviceDisplayName
      • deviceId

        protected String deviceId
    • Constructor Detail

      • UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId

        protected UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId()
    • Method Detail

      • odataTypeName

        public String odataTypeName()
        Specified by:
        odataTypeName in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        odataTypeName in class Entity
      • builderUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId

        public static UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId.Builder builderUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId()
        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:
        getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityType
        Overrides:
        getChangedFields in class Entity
      • postInject

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

        public Optional<Integer> getAppCrashCount()
        “The number of crashes for the app. Valid values -2147483648 to 2147483647”
        Returns:
        property appCrashCount
      • withAppCrashCount

        public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId withAppCrashCount​(Integer appCrashCount)
        Returns an immutable copy of this with just the appCrashCount 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 number of crashes for the app. Valid values -2147483648 to 2147483647”

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

        public Optional<String> getAppDisplayName()
        “The friendly name of the application.”
        Returns:
        property appDisplayName
      • withAppDisplayName

        public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId withAppDisplayName​(String appDisplayName)
        Returns an immutable copy of this with just the appDisplayName 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 friendly name of the application.”

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

        public Optional<String> getAppName()
        “The name of the application.”
        Returns:
        property appName
      • withAppName

        public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId withAppName​(String appName)
        Returns an immutable copy of this with just the appName 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 name of the application.”

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

        public Optional<String> getAppPublisher()
        “The publisher of the application.”
        Returns:
        property appPublisher
      • withAppPublisher

        public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId withAppPublisher​(String appPublisher)
        Returns an immutable copy of this with just the appPublisher 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 publisher of the application.”

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

        public Optional<String> getAppVersion()
        “The version of the application.”
        Returns:
        property appVersion
      • withAppVersion

        public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId withAppVersion​(String appVersion)
        Returns an immutable copy of this with just the appVersion 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 version of the application.”

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

        public Optional<String> getDeviceDisplayName()
        “The name of the device. Supports: $select, $OrderBy. Read-only.”
        Returns:
        property deviceDisplayName
      • withDeviceDisplayName

        public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId withDeviceDisplayName​(String deviceDisplayName)
        Returns an immutable copy of this with just the deviceDisplayName 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 name of the device. Supports: $select, $OrderBy. Read-only.”

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

        public Optional<String> getDeviceId()
        “The Intune device id of the device. Supports: $select, $OrderBy. Read-only.”
        Returns:
        property deviceId
      • withDeviceId

        public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId withDeviceId​(String deviceId)
        Returns an immutable copy of this with just the deviceId 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 Intune device id of the device. Supports: $select, $OrderBy. Read-only.”

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

        public Optional<OffsetDateTime> getProcessedDateTime()
        “The date and time when the statistics were last computed. The value cannot be modified and is automatically populated when the statistics are computed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2022 would look like this: '2022-01-01T00:00:00Z'. Returned by default. Read-only.”
        Returns:
        property processedDateTime
      • withProcessedDateTime

        public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId withProcessedDateTime​(OffsetDateTime processedDateTime)
        Returns an immutable copy of this with just the processedDateTime 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 date and time when the statistics were last computed. The value cannot be modified and is automatically populated when the statistics are computed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2022 would look like this: '2022-01-01T00:00:00Z'. Returned by default. Read-only.”

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

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        getUnmappedFields in class Entity
      • put

        public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId put()
        Submits all fields for update and returns an immutable copy of this with changed fields reset (they were ignored anyway).
        Overrides:
        put in class Entity
        Returns:
        a copy of this with changed fields reset
        Throws:
        com.github.davidmoten.odata.client.ClientException - if HTTP response is not as expected