public class DeviceConfigurationUserStateSummary extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceConfigurationUserStateSummary.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
compliantUserCount |
protected Integer |
conflictUserCount |
protected Integer |
errorUserCount |
protected Integer |
nonCompliantUserCount |
protected Integer |
notApplicableUserCount |
protected Integer |
remediatedUserCount |
protected Integer |
unknownUserCount |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
DeviceConfigurationUserStateSummary() |
| Modifier and Type | Method and Description |
|---|---|
static DeviceConfigurationUserStateSummary.Builder |
builderDeviceConfigurationUserStateSummary()
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> |
getCompliantUserCount()
“Number of compliant users”
|
Optional<Integer> |
getConflictUserCount()
“Number of conflict users”
|
Optional<Integer> |
getErrorUserCount()
“Number of error users”
|
Optional<Integer> |
getNonCompliantUserCount()
“Number of NonCompliant users”
|
Optional<Integer> |
getNotApplicableUserCount()
“Number of not applicable users”
|
Optional<Integer> |
getRemediatedUserCount()
“Number of remediated users”
|
Optional<Integer> |
getUnknownUserCount()
“Number of unknown users”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
DeviceConfigurationUserStateSummary |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
DeviceConfigurationUserStateSummary |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
DeviceConfigurationUserStateSummary |
withCompliantUserCount(Integer compliantUserCount)
Returns an immutable copy of
this with just the compliantUserCount field changed. |
DeviceConfigurationUserStateSummary |
withConflictUserCount(Integer conflictUserCount)
Returns an immutable copy of
this with just the conflictUserCount
field changed. |
DeviceConfigurationUserStateSummary |
withErrorUserCount(Integer errorUserCount)
Returns an immutable copy of
this with just the errorUserCount
field changed. |
DeviceConfigurationUserStateSummary |
withNonCompliantUserCount(Integer nonCompliantUserCount)
Returns an immutable copy of
this with just the nonCompliantUserCount field changed. |
DeviceConfigurationUserStateSummary |
withNotApplicableUserCount(Integer notApplicableUserCount)
Returns an immutable copy of
this with just the notApplicableUserCount field changed. |
DeviceConfigurationUserStateSummary |
withRemediatedUserCount(Integer remediatedUserCount)
Returns an immutable copy of
this with just the remediatedUserCount field changed. |
DeviceConfigurationUserStateSummary |
withUnknownUserCount(Integer unknownUserCount)
Returns an immutable copy of
this with just the unknownUserCount
field changed. |
protected Integer unknownUserCount
protected Integer notApplicableUserCount
protected Integer compliantUserCount
protected Integer remediatedUserCount
protected Integer nonCompliantUserCount
protected Integer errorUserCount
protected Integer conflictUserCount
protected DeviceConfigurationUserStateSummary()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static DeviceConfigurationUserStateSummary.Builder builderDeviceConfigurationUserStateSummary()
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> getUnknownUserCount()
public DeviceConfigurationUserStateSummary withUnknownUserCount(Integer unknownUserCount)
this with just the unknownUserCount
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.
“Number of unknown users”
unknownUserCount - new value of unknownUserCount field (as defined in service metadata)this with just the unknownUserCount field changedpublic Optional<Integer> getNotApplicableUserCount()
public DeviceConfigurationUserStateSummary withNotApplicableUserCount(Integer notApplicableUserCount)
this with just the notApplicableUserCount 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.
“Number of not applicable users”
notApplicableUserCount - new value of notApplicableUserCount field (as defined in service metadata)this with just the notApplicableUserCount field changedpublic Optional<Integer> getCompliantUserCount()
public DeviceConfigurationUserStateSummary withCompliantUserCount(Integer compliantUserCount)
this with just the compliantUserCount 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.
“Number of compliant users”
compliantUserCount - new value of compliantUserCount field (as defined in service metadata)this with just the compliantUserCount field changedpublic Optional<Integer> getRemediatedUserCount()
public DeviceConfigurationUserStateSummary withRemediatedUserCount(Integer remediatedUserCount)
this with just the remediatedUserCount 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.
“Number of remediated users”
remediatedUserCount - new value of remediatedUserCount field (as defined in service metadata)this with just the remediatedUserCount field changedpublic Optional<Integer> getNonCompliantUserCount()
public DeviceConfigurationUserStateSummary withNonCompliantUserCount(Integer nonCompliantUserCount)
this with just the nonCompliantUserCount 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.
“Number of NonCompliant users”
nonCompliantUserCount - new value of nonCompliantUserCount field (as defined in service metadata)this with just the nonCompliantUserCount field changedpublic Optional<Integer> getErrorUserCount()
public DeviceConfigurationUserStateSummary withErrorUserCount(Integer errorUserCount)
this with just the errorUserCount
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.
“Number of error users”
errorUserCount - new value of errorUserCount field (as defined in service metadata)this with just the errorUserCount field changedpublic Optional<Integer> getConflictUserCount()
public DeviceConfigurationUserStateSummary withConflictUserCount(Integer conflictUserCount)
this with just the conflictUserCount
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.
“Number of conflict users”
conflictUserCount - new value of conflictUserCount field (as defined in service metadata)this with just the conflictUserCount field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic DeviceConfigurationUserStateSummary patch()
this with changed fields reset.public DeviceConfigurationUserStateSummary put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.