public class DeviceManagementSettingRequiredConstraint extends DeviceManagementConstraint implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceManagementSettingRequiredConstraint.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
notConfiguredValue |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
DeviceManagementSettingRequiredConstraint() |
| Modifier and Type | Method and Description |
|---|---|
static DeviceManagementSettingRequiredConstraint.Builder |
builderDeviceManagementSettingRequiredConstraint()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getNotConfiguredValue()
“List of value which means not configured for the setting”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
DeviceManagementSettingRequiredConstraint |
withNotConfiguredValue(String notConfiguredValue)
Returns an immutable copy of
this with just the notConfiguredValue field changed. |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String notConfiguredValue
protected DeviceManagementSettingRequiredConstraint()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DeviceManagementConstraintpublic Optional<String> getNotConfiguredValue()
public DeviceManagementSettingRequiredConstraint withNotConfiguredValue(String notConfiguredValue)
this with just the notConfiguredValue 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.
“List of value which means not configured for the setting”
notConfiguredValue - new value of notConfiguredValue field (as defined in service metadata)this with just the notConfiguredValue field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DeviceManagementConstraintpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class DeviceManagementConstraintpublic static DeviceManagementSettingRequiredConstraint.Builder builderDeviceManagementSettingRequiredConstraint()
public String toString()
toString in class DeviceManagementConstraintCopyright © 2018–2020. All rights reserved.