public class ManagedDeviceMobileAppConfigurationDeviceSummary extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
ManagedDeviceMobileAppConfigurationDeviceSummary.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
configurationVersion |
protected Integer |
conflictCount |
protected Integer |
errorCount |
protected Integer |
failedCount |
protected OffsetDateTime |
lastUpdateDateTime |
protected Integer |
notApplicableCount |
protected Integer |
notApplicablePlatformCount |
protected Integer |
pendingCount |
protected Integer |
successCount |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
ManagedDeviceMobileAppConfigurationDeviceSummary() |
| Modifier and Type | Method and Description |
|---|---|
static ManagedDeviceMobileAppConfigurationDeviceSummary.Builder |
builderManagedDeviceMobileAppConfigurationDeviceSummary()
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> |
getConfigurationVersion()
“Version of the policy for that overview”
|
Optional<Integer> |
getConflictCount()
“Number of devices in conflict”
|
Optional<Integer> |
getErrorCount()
“Number of error devices”
|
Optional<Integer> |
getFailedCount()
“Number of failed devices”
|
Optional<OffsetDateTime> |
getLastUpdateDateTime()
“Last update time”
|
Optional<Integer> |
getNotApplicableCount()
“Number of not applicable devices”
|
Optional<Integer> |
getNotApplicablePlatformCount()
“Number of not applicable devices due to mismatch platform and policy”
|
Optional<Integer> |
getPendingCount()
“Number of pending devices”
|
Optional<Integer> |
getSuccessCount()
“Number of succeeded devices”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
ManagedDeviceMobileAppConfigurationDeviceSummary |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
ManagedDeviceMobileAppConfigurationDeviceSummary |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
ManagedDeviceMobileAppConfigurationDeviceSummary |
withConfigurationVersion(Integer configurationVersion)
Returns an immutable copy of
this with just the configurationVersion field changed. |
ManagedDeviceMobileAppConfigurationDeviceSummary |
withConflictCount(Integer conflictCount)
Returns an immutable copy of
this with just the conflictCount
field changed. |
ManagedDeviceMobileAppConfigurationDeviceSummary |
withErrorCount(Integer errorCount)
Returns an immutable copy of
this with just the errorCount field
changed. |
ManagedDeviceMobileAppConfigurationDeviceSummary |
withFailedCount(Integer failedCount)
Returns an immutable copy of
this with just the failedCount
field changed. |
ManagedDeviceMobileAppConfigurationDeviceSummary |
withLastUpdateDateTime(OffsetDateTime lastUpdateDateTime)
Returns an immutable copy of
this with just the lastUpdateDateTime field changed. |
ManagedDeviceMobileAppConfigurationDeviceSummary |
withNotApplicableCount(Integer notApplicableCount)
Returns an immutable copy of
this with just the notApplicableCount field changed. |
ManagedDeviceMobileAppConfigurationDeviceSummary |
withNotApplicablePlatformCount(Integer notApplicablePlatformCount)
Returns an immutable copy of
this with just the notApplicablePlatformCount field changed. |
ManagedDeviceMobileAppConfigurationDeviceSummary |
withPendingCount(Integer pendingCount)
Returns an immutable copy of
this with just the pendingCount
field changed. |
ManagedDeviceMobileAppConfigurationDeviceSummary |
withSuccessCount(Integer successCount)
Returns an immutable copy of
this with just the successCount
field changed. |
protected Integer pendingCount
protected Integer notApplicableCount
protected Integer notApplicablePlatformCount
protected Integer successCount
protected Integer errorCount
protected Integer failedCount
protected Integer conflictCount
protected OffsetDateTime lastUpdateDateTime
protected Integer configurationVersion
protected ManagedDeviceMobileAppConfigurationDeviceSummary()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static ManagedDeviceMobileAppConfigurationDeviceSummary.Builder builderManagedDeviceMobileAppConfigurationDeviceSummary()
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> getPendingCount()
public ManagedDeviceMobileAppConfigurationDeviceSummary withPendingCount(Integer pendingCount)
this with just the pendingCount
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 pending devices”
pendingCount - new value of pendingCount field (as defined in service metadata)this with just the pendingCount field changedpublic Optional<Integer> getNotApplicableCount()
public ManagedDeviceMobileAppConfigurationDeviceSummary withNotApplicableCount(Integer notApplicableCount)
this with just the notApplicableCount 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 devices”
notApplicableCount - new value of notApplicableCount field (as defined in service metadata)this with just the notApplicableCount field changedpublic Optional<Integer> getNotApplicablePlatformCount()
public ManagedDeviceMobileAppConfigurationDeviceSummary withNotApplicablePlatformCount(Integer notApplicablePlatformCount)
this with just the notApplicablePlatformCount 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 devices due to mismatch platform and policy”
notApplicablePlatformCount - new value of notApplicablePlatformCount field (as defined in service metadata)this with just the notApplicablePlatformCount field changedpublic Optional<Integer> getSuccessCount()
public ManagedDeviceMobileAppConfigurationDeviceSummary withSuccessCount(Integer successCount)
this with just the successCount
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 succeeded devices”
successCount - new value of successCount field (as defined in service metadata)this with just the successCount field changedpublic Optional<Integer> getErrorCount()
public ManagedDeviceMobileAppConfigurationDeviceSummary withErrorCount(Integer errorCount)
this with just the errorCount 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 devices”
errorCount - new value of errorCount field (as defined in service metadata)this with just the errorCount field changedpublic Optional<Integer> getFailedCount()
public ManagedDeviceMobileAppConfigurationDeviceSummary withFailedCount(Integer failedCount)
this with just the failedCount
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 failed devices”
failedCount - new value of failedCount field (as defined in service metadata)this with just the failedCount field changedpublic Optional<Integer> getConflictCount()
public ManagedDeviceMobileAppConfigurationDeviceSummary withConflictCount(Integer conflictCount)
this with just the conflictCount
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 devices in conflict”
conflictCount - new value of conflictCount field (as defined in service metadata)this with just the conflictCount field changedpublic Optional<OffsetDateTime> getLastUpdateDateTime()
public ManagedDeviceMobileAppConfigurationDeviceSummary withLastUpdateDateTime(OffsetDateTime lastUpdateDateTime)
this with just the lastUpdateDateTime 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.
“Last update time”
lastUpdateDateTime - new value of lastUpdateDateTime field (as defined in service metadata)this with just the lastUpdateDateTime field changedpublic Optional<Integer> getConfigurationVersion()
public ManagedDeviceMobileAppConfigurationDeviceSummary withConfigurationVersion(Integer configurationVersion)
this with just the configurationVersion 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.
“Version of the policy for that overview”
configurationVersion - new value of configurationVersion field (as defined in service metadata)this with just the configurationVersion field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic ManagedDeviceMobileAppConfigurationDeviceSummary patch()
this with changed fields reset.public ManagedDeviceMobileAppConfigurationDeviceSummary put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.