Class UserExperienceAnalyticsAppHealthDevicePerformanceDetails

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

    public class UserExperienceAnalyticsAppHealthDevicePerformanceDetails
    extends Entity
    implements com.github.davidmoten.odata.client.ODataEntityType
    “The user experience analytics device performance entity contains device performance details.”
    • Field Detail

      • appDisplayName

        protected String appDisplayName
      • appPublisher

        protected String appPublisher
      • appVersion

        protected String appVersion
      • deviceDisplayName

        protected String deviceDisplayName
      • deviceId

        protected String deviceId
      • eventType

        protected String eventType
    • Constructor Detail

      • UserExperienceAnalyticsAppHealthDevicePerformanceDetails

        protected UserExperienceAnalyticsAppHealthDevicePerformanceDetails()
    • Method Detail

      • odataTypeName

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

        public static UserExperienceAnalyticsAppHealthDevicePerformanceDetails.Builder builderUserExperienceAnalyticsAppHealthDevicePerformanceDetails()
        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
      • getAppDisplayName

        public Optional<String> getAppDisplayName()
        “The friendly name of the application for which the event occurred. Possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only.”
        Returns:
        property appDisplayName
      • withAppDisplayName

        public UserExperienceAnalyticsAppHealthDevicePerformanceDetails 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 for which the event occurred. Possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only.”

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

        public Optional<String> getAppPublisher()
        “The publisher of the application. Supports: $select, $OrderBy. Read-only.”
        Returns:
        property appPublisher
      • withAppPublisher

        public UserExperienceAnalyticsAppHealthDevicePerformanceDetails 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. Supports: $select, $OrderBy. Read-only.”

        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. Possible values are: 1.0.0.1, 75.65.23.9. Supports: $select, $OrderBy. Read-only.”
        Returns:
        property appVersion
      • withAppVersion

        public UserExperienceAnalyticsAppHealthDevicePerformanceDetails 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. Possible values are: 1.0.0.1, 75.65.23.9. Supports: $select, $OrderBy. Read-only.”

        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 UserExperienceAnalyticsAppHealthDevicePerformanceDetails 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 UserExperienceAnalyticsAppHealthDevicePerformanceDetails 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
      • getEventDateTime

        public Optional<OffsetDateTime> getEventDateTime()
        “The time the event occurred. 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 eventDateTime
      • withEventDateTime

        public UserExperienceAnalyticsAppHealthDevicePerformanceDetails withEventDateTime​(OffsetDateTime eventDateTime)
        Returns an immutable copy of this with just the eventDateTime 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 time the event occurred. 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:
        eventDateTime - new value of eventDateTime field (as defined in service metadata)
        Returns:
        immutable copy of this with just the eventDateTime field changed
      • getEventType

        public Optional<String> getEventType()
        “The type of the event. Supports: $select, $OrderBy. Read-only.”
        Returns:
        property eventType
      • withEventType

        public UserExperienceAnalyticsAppHealthDevicePerformanceDetails withEventType​(String eventType)
        Returns an immutable copy of this with just the eventType 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 type of the event. Supports: $select, $OrderBy. Read-only.”

        Parameters:
        eventType - new value of eventType field (as defined in service metadata)
        Returns:
        immutable copy of this with just the eventType 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
      • patch

        public UserExperienceAnalyticsAppHealthDevicePerformanceDetails patch()
        Submits only changed fields for update and returns an immutable copy of this with changed fields reset.
        Overrides:
        patch 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
      • put

        public UserExperienceAnalyticsAppHealthDevicePerformanceDetails 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