public class ComanagementEligibleDevicesSummary extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ComanagementEligibleDevicesSummary.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
comanagedCount |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Integer |
eligibleButNotAzureAdJoinedCount |
protected Integer |
eligibleCount |
protected Integer |
ineligibleCount |
protected Integer |
needsOsUpdateCount |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
ComanagementEligibleDevicesSummary() |
| Modifier and Type | Method and Description |
|---|---|
static ComanagementEligibleDevicesSummary.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Integer> |
getComanagedCount()
“Count of devices already Co-Managed”
|
Optional<Integer> |
getEligibleButNotAzureAdJoinedCount()
“Count of devices eligible for Co-Management but not yet joined to Azure Active
Directory”
|
Optional<Integer> |
getEligibleCount()
“Count of devices fully eligible for Co-Management”
|
Optional<Integer> |
getIneligibleCount()
“Count of devices ineligible for Co-Management”
|
Optional<Integer> |
getNeedsOsUpdateCount()
“Count of devices that will be eligible for Co-Management after an OS update”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
ComanagementEligibleDevicesSummary |
withComanagedCount(Integer comanagedCount)
Returns an immutable copy of
this with just the comanagedCount
field changed. |
ComanagementEligibleDevicesSummary |
withEligibleButNotAzureAdJoinedCount(Integer eligibleButNotAzureAdJoinedCount)
Returns an immutable copy of
this with just the eligibleButNotAzureAdJoinedCount field changed. |
ComanagementEligibleDevicesSummary |
withEligibleCount(Integer eligibleCount)
Returns an immutable copy of
this with just the eligibleCount
field changed. |
ComanagementEligibleDevicesSummary |
withIneligibleCount(Integer ineligibleCount)
Returns an immutable copy of
this with just the ineligibleCount
field changed. |
ComanagementEligibleDevicesSummary |
withNeedsOsUpdateCount(Integer needsOsUpdateCount)
Returns an immutable copy of
this with just the needsOsUpdateCount field changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Integer comanagedCount
protected Integer eligibleCount
protected Integer eligibleButNotAzureAdJoinedCount
protected Integer needsOsUpdateCount
protected Integer ineligibleCount
protected ComanagementEligibleDevicesSummary()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<Integer> getComanagedCount()
public ComanagementEligibleDevicesSummary withComanagedCount(Integer comanagedCount)
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”
comanagedCount - new value of comanagedCount field (as defined in service metadata)this with just the comanagedCount field changedpublic Optional<Integer> getEligibleCount()
public ComanagementEligibleDevicesSummary withEligibleCount(Integer eligibleCount)
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”
eligibleCount - new value of eligibleCount field (as defined in service metadata)this with just the eligibleCount field changedpublic Optional<Integer> getEligibleButNotAzureAdJoinedCount()
public ComanagementEligibleDevicesSummary withEligibleButNotAzureAdJoinedCount(Integer eligibleButNotAzureAdJoinedCount)
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”
eligibleButNotAzureAdJoinedCount - new value of eligibleButNotAzureAdJoinedCount field (as defined in service metadata)this with just the eligibleButNotAzureAdJoinedCount field changedpublic Optional<Integer> getNeedsOsUpdateCount()
public ComanagementEligibleDevicesSummary withNeedsOsUpdateCount(Integer needsOsUpdateCount)
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”
needsOsUpdateCount - new value of needsOsUpdateCount field (as defined in service metadata)this with just the needsOsUpdateCount field changedpublic Optional<Integer> getIneligibleCount()
public ComanagementEligibleDevicesSummary withIneligibleCount(Integer ineligibleCount)
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”
ineligibleCount - new value of ineligibleCount field (as defined in service metadata)this with just the ineligibleCount field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static ComanagementEligibleDevicesSummary.Builder builder()
Copyright © 2018–2020. All rights reserved.