public class ComanagementEligibleSummaryEntity extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
ComanagementEligibleSummaryEntity.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
coManagedCount |
protected Integer |
eligibleButNotAadJoinedCount |
protected Integer |
eligibleCount |
protected Integer |
needsOSUpdateCount |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
ComanagementEligibleSummaryEntity() |
| Modifier and Type | Method and Description |
|---|---|
static ComanagementEligibleSummaryEntity.Builder |
builderComanagementEligibleSummaryEntity()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<Integer> |
getCoManagedCount()
“Count of devices already CoManaged”
|
Optional<Integer> |
getEligibleButNotAadJoinedCount()
“Count of devices eligible for CoManagement but not yet joined to Azure Active
Directory”
|
Optional<Integer> |
getEligibleCount()
“Count of devices fully eligible for CoManagement”
|
Optional<Integer> |
getNeedsOSUpdateCount()
“Count of devices that will be eligible for CoManagement after an OS update”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
ComanagementEligibleSummaryEntity |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
ComanagementEligibleSummaryEntity |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
ComanagementEligibleSummaryEntity |
withCoManagedCount(Integer coManagedCount)
Returns an immutable copy of
this with just the coManagedCount
field changed. |
ComanagementEligibleSummaryEntity |
withEligibleButNotAadJoinedCount(Integer eligibleButNotAadJoinedCount)
Returns an immutable copy of
this with just the eligibleButNotAadJoinedCount field changed. |
ComanagementEligibleSummaryEntity |
withEligibleCount(Integer eligibleCount)
Returns an immutable copy of
this with just the eligibleCount
field changed. |
ComanagementEligibleSummaryEntity |
withNeedsOSUpdateCount(Integer needsOSUpdateCount)
Returns an immutable copy of
this with just the needsOSUpdateCount field changed. |
protected Integer coManagedCount
protected Integer eligibleCount
protected Integer eligibleButNotAadJoinedCount
protected Integer needsOSUpdateCount
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static ComanagementEligibleSummaryEntity.Builder builderComanagementEligibleSummaryEntity()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic Optional<Integer> getCoManagedCount()
public ComanagementEligibleSummaryEntity 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 CoManaged”
coManagedCount - new value of coManagedCount field (as defined in service metadata)this with just the coManagedCount field changedpublic Optional<Integer> getEligibleCount()
public ComanagementEligibleSummaryEntity 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 CoManagement”
eligibleCount - new value of eligibleCount field (as defined in service metadata)this with just the eligibleCount field changedpublic Optional<Integer> getEligibleButNotAadJoinedCount()
public ComanagementEligibleSummaryEntity withEligibleButNotAadJoinedCount(Integer eligibleButNotAadJoinedCount)
this with just the eligibleButNotAadJoinedCount 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 CoManagement but not yet joined to Azure Active Directory”
eligibleButNotAadJoinedCount - new value of eligibleButNotAadJoinedCount field (as defined in service metadata)this with just the eligibleButNotAadJoinedCount field changedpublic Optional<Integer> getNeedsOSUpdateCount()
public ComanagementEligibleSummaryEntity 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 CoManagement after an OS update”
needsOSUpdateCount - new value of needsOSUpdateCount field (as defined in service metadata)this with just the needsOSUpdateCount field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic ComanagementEligibleSummaryEntity patch()
this with changed fields reset.public ComanagementEligibleSummaryEntity put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.