Class DeviceManagementConfigurationSimpleSettingValue
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingValue
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationSimpleSettingValue
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
- Direct Known Subclasses:
DeviceManagementConfigurationIntegerSettingValue,DeviceManagementConfigurationStringSettingValue
public class DeviceManagementConfigurationSimpleSettingValue extends DeviceManagementConfigurationSettingValue implements com.github.davidmoten.odata.client.ODataType
“Simple setting value”
-
-
Field Summary
-
Fields inherited from class odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingValue
contextPath, odataType, settingValueTemplateReference, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeviceManagementConfigurationSimpleSettingValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()DeviceManagementConfigurationSimpleSettingValuewithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingValue
getSettingValueTemplateReference, withSettingValueTemplateReference
-
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classDeviceManagementConfigurationSettingValue
-
withUnmappedField
public DeviceManagementConfigurationSimpleSettingValue withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classDeviceManagementConfigurationSettingValue
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classDeviceManagementConfigurationSettingValue
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classDeviceManagementConfigurationSettingValue
-
toString
public String toString()
- Overrides:
toStringin classDeviceManagementConfigurationSettingValue
-
-