Class UserExperienceAnalyticsAutopilotDevicesSummary

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

    public class UserExperienceAnalyticsAutopilotDevicesSummary
    extends Object
    implements com.github.davidmoten.odata.client.ODataType
    “The user experience analytics summary of Devices not windows autopilot ready.”
    • Field Detail

      • contextPath

        protected com.github.davidmoten.odata.client.ContextPath contextPath
      • unmappedFields

        protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
      • odataType

        protected String odataType
      • devicesNotAutopilotRegistered

        protected Integer devicesNotAutopilotRegistered
      • devicesWithoutAutopilotProfileAssigned

        protected Integer devicesWithoutAutopilotProfileAssigned
      • totalWindows10DevicesWithoutTenantAttached

        protected Integer totalWindows10DevicesWithoutTenantAttached
    • Constructor Detail

      • UserExperienceAnalyticsAutopilotDevicesSummary

        protected UserExperienceAnalyticsAutopilotDevicesSummary()
    • Method Detail

      • odataTypeName

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

        public Optional<Integer> getDevicesNotAutopilotRegistered()
        “The count of intune devices that are not autopilot registerd. Read-only.”
        Returns:
        property devicesNotAutopilotRegistered
      • withDevicesNotAutopilotRegistered

        public UserExperienceAnalyticsAutopilotDevicesSummary withDevicesNotAutopilotRegistered​(Integer devicesNotAutopilotRegistered)
        Returns an immutable copy of this with just the devicesNotAutopilotRegistered 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 count of intune devices that are not autopilot registerd. Read-only.”

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

        public Optional<Integer> getDevicesWithoutAutopilotProfileAssigned()
        “The count of intune devices not autopilot profile assigned. Read-only.”
        Returns:
        property devicesWithoutAutopilotProfileAssigned
      • withDevicesWithoutAutopilotProfileAssigned

        public UserExperienceAnalyticsAutopilotDevicesSummary withDevicesWithoutAutopilotProfileAssigned​(Integer devicesWithoutAutopilotProfileAssigned)
        Returns an immutable copy of this with just the devicesWithoutAutopilotProfileAssigned 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 count of intune devices not autopilot profile assigned. Read-only.”

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

        public Optional<Integer> getTotalWindows10DevicesWithoutTenantAttached()
        “The count of windows 10 devices that are Intune and co-managed. Read-only.”
        Returns:
        property totalWindows10DevicesWithoutTenantAttached
      • withTotalWindows10DevicesWithoutTenantAttached

        public UserExperienceAnalyticsAutopilotDevicesSummary withTotalWindows10DevicesWithoutTenantAttached​(Integer totalWindows10DevicesWithoutTenantAttached)
        Returns an immutable copy of this with just the totalWindows10DevicesWithoutTenantAttached 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 count of windows 10 devices that are Intune and co-managed. Read-only.”

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