public class DeviceConfigurationConflictSummary extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceConfigurationConflictSummary.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<SettingSource> |
conflictingDeviceConfigurations |
protected String |
conflictingDeviceConfigurationsNextLink |
protected List<String> |
contributingSettings |
protected String |
contributingSettingsNextLink |
protected Integer |
deviceCheckinsImpacted |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
DeviceConfigurationConflictSummary() |
| Modifier and Type | Method and Description |
|---|---|
static DeviceConfigurationConflictSummary.Builder |
builderDeviceConfigurationConflictSummary()
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() |
com.github.davidmoten.odata.client.CollectionPage<SettingSource> |
getConflictingDeviceConfigurations()
“The set of policies in conflict with the given setting”
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getContributingSettings()
“The set of settings in conflict with the given policies”
|
Optional<Integer> |
getDeviceCheckinsImpacted()
“The count of checkins impacted by the conflicting policies and settings”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
DeviceConfigurationConflictSummary |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
DeviceConfigurationConflictSummary |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
DeviceConfigurationConflictSummary |
withDeviceCheckinsImpacted(Integer deviceCheckinsImpacted)
Returns an immutable copy of
this with just the deviceCheckinsImpacted field changed. |
protected List<SettingSource> conflictingDeviceConfigurations
protected String conflictingDeviceConfigurationsNextLink
protected String contributingSettingsNextLink
protected Integer deviceCheckinsImpacted
protected DeviceConfigurationConflictSummary()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static DeviceConfigurationConflictSummary.Builder builderDeviceConfigurationConflictSummary()
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 com.github.davidmoten.odata.client.CollectionPage<SettingSource> getConflictingDeviceConfigurations()
public com.github.davidmoten.odata.client.CollectionPage<String> getContributingSettings()
public Optional<Integer> getDeviceCheckinsImpacted()
public DeviceConfigurationConflictSummary withDeviceCheckinsImpacted(Integer deviceCheckinsImpacted)
this with just the deviceCheckinsImpacted 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.
“The count of checkins impacted by the conflicting policies and settings”
deviceCheckinsImpacted - new value of deviceCheckinsImpacted field (as defined in service metadata)this with just the deviceCheckinsImpacted field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic DeviceConfigurationConflictSummary patch()
this with changed fields reset.public DeviceConfigurationConflictSummary put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.