Class UserExperienceAnalyticsDeviceStartupProcess

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

    public class UserExperienceAnalyticsDeviceStartupProcess
    extends Entity
    implements com.github.davidmoten.odata.client.ODataEntityType
    “The user experience analytics device startup process details.”
    • Field Detail

      • managedDeviceId

        protected String managedDeviceId
      • processName

        protected String processName
      • productName

        protected String productName
      • publisher

        protected String publisher
      • startupImpactInMs

        protected Integer startupImpactInMs
    • Constructor Detail

      • UserExperienceAnalyticsDeviceStartupProcess

        protected UserExperienceAnalyticsDeviceStartupProcess()
    • Method Detail

      • odataTypeName

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

        public static UserExperienceAnalyticsDeviceStartupProcess.Builder builderUserExperienceAnalyticsDeviceStartupProcess()
        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
      • getManagedDeviceId

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

        public UserExperienceAnalyticsDeviceStartupProcess withManagedDeviceId​(String managedDeviceId)
        Returns an immutable copy of this with just the managedDeviceId 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:
        managedDeviceId - new value of managedDeviceId field (as defined in service metadata)
        Returns:
        immutable copy of this with just the managedDeviceId field changed
      • getProcessName

        public Optional<String> getProcessName()
        “The name of the process. Examples: outlook, excel. Supports: $select, $OrderBy. Read-only.”
        Returns:
        property processName
      • withProcessName

        public UserExperienceAnalyticsDeviceStartupProcess withProcessName​(String processName)
        Returns an immutable copy of this with just the processName 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 process. Examples: outlook, excel. Supports: $select, $OrderBy. Read-only.”

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

        public Optional<String> getProductName()
        “The product name of the process. Examples: Microsoft Outlook, Microsoft Excel. Supports: $select, $OrderBy. Read-only.”
        Returns:
        property productName
      • withProductName

        public UserExperienceAnalyticsDeviceStartupProcess withProductName​(String productName)
        Returns an immutable copy of this with just the productName 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 product name of the process. Examples: Microsoft Outlook, Microsoft Excel. Supports: $select, $OrderBy. Read-only.”

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

        public Optional<String> getPublisher()
        “The publisher of the process. Examples: Microsoft Corporation, Contoso Corp. Supports: $select, $OrderBy. Read-only.”
        Returns:
        property publisher
      • withPublisher

        public UserExperienceAnalyticsDeviceStartupProcess withPublisher​(String publisher)
        Returns an immutable copy of this with just the publisher 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 process. Examples: Microsoft Corporation, Contoso Corp. Supports: $select, $OrderBy. Read-only.”

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

        public Optional<Integer> getStartupImpactInMs()
        “The impact of startup process on device boot time in milliseconds. Supports: $ select, $OrderBy. Read-only.”
        Returns:
        property startupImpactInMs
      • withStartupImpactInMs

        public UserExperienceAnalyticsDeviceStartupProcess withStartupImpactInMs​(Integer startupImpactInMs)
        Returns an immutable copy of this with just the startupImpactInMs 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 impact of startup process on device boot time in milliseconds. Supports: $ select, $OrderBy. Read-only.”

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