Class ComanagementEligibleDevicesSummary

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

    public class ComanagementEligibleDevicesSummary
    extends Object
    implements com.github.davidmoten.odata.client.ODataType
    • 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
      • comanagedCount

        protected Integer comanagedCount
      • eligibleButNotAzureAdJoinedCount

        protected Integer eligibleButNotAzureAdJoinedCount
      • eligibleCount

        protected Integer eligibleCount
      • ineligibleCount

        protected Integer ineligibleCount
      • needsOsUpdateCount

        protected Integer needsOsUpdateCount
    • Constructor Detail

      • ComanagementEligibleDevicesSummary

        protected ComanagementEligibleDevicesSummary()
    • Method Detail

      • odataTypeName

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

        public Optional<Integer> getComanagedCount()
        “Count of devices already Co-Managed”
        Returns:
        property comanagedCount
      • withComanagedCount

        public ComanagementEligibleDevicesSummary withComanagedCount​(Integer comanagedCount)
        Returns an immutable copy of this with just the comanagedCount 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.

        “Count of devices already Co-Managed”

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

        public Optional<Integer> getEligibleButNotAzureAdJoinedCount()
        “Count of devices eligible for Co-Management but not yet joined to Azure Active Directory”
        Returns:
        property eligibleButNotAzureAdJoinedCount
      • withEligibleButNotAzureAdJoinedCount

        public ComanagementEligibleDevicesSummary withEligibleButNotAzureAdJoinedCount​(Integer eligibleButNotAzureAdJoinedCount)
        Returns an immutable copy of this with just the eligibleButNotAzureAdJoinedCount 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.

        “Count of devices eligible for Co-Management but not yet joined to Azure Active Directory”

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

        public Optional<Integer> getEligibleCount()
        “Count of devices fully eligible for Co-Management”
        Returns:
        property eligibleCount
      • withEligibleCount

        public ComanagementEligibleDevicesSummary withEligibleCount​(Integer eligibleCount)
        Returns an immutable copy of this with just the eligibleCount 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.

        “Count of devices fully eligible for Co-Management”

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

        public Optional<Integer> getIneligibleCount()
        “Count of devices ineligible for Co-Management”
        Returns:
        property ineligibleCount
      • withIneligibleCount

        public ComanagementEligibleDevicesSummary withIneligibleCount​(Integer ineligibleCount)
        Returns an immutable copy of this with just the ineligibleCount 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.

        “Count of devices ineligible for Co-Management”

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

        public Optional<Integer> getNeedsOsUpdateCount()
        “Count of devices that will be eligible for Co-Management after an OS update”
        Returns:
        property needsOsUpdateCount
      • withNeedsOsUpdateCount

        public ComanagementEligibleDevicesSummary withNeedsOsUpdateCount​(Integer needsOsUpdateCount)
        Returns an immutable copy of this with just the needsOsUpdateCount 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.

        “Count of devices that will be eligible for Co-Management after an OS update”

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

        public static ComanagementEligibleDevicesSummary.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