Class DeviceManagementConfigurationSimpleSettingValueTemplate
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationSimpleSettingValueTemplate
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
- Direct Known Subclasses:
DeviceManagementConfigurationIntegerSettingValueTemplate,DeviceManagementConfigurationStringSettingValueTemplate
public class DeviceManagementConfigurationSimpleSettingValueTemplate extends Object implements com.github.davidmoten.odata.client.ODataType
“Simple Setting Value Template”
-
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringodataTypeprotected StringsettingValueTemplateIdprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeviceManagementConfigurationSimpleSettingValueTemplate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>getSettingValueTemplateId()“Setting Value Template Id”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()DeviceManagementConfigurationSimpleSettingValueTemplatewithSettingValueTemplateId(String settingValueTemplateId)Returns an immutable copy ofthiswith just thesettingValueTemplateIdfield changed.DeviceManagementConfigurationSimpleSettingValueTemplatewithUnmappedField(String name, String value)
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getSettingValueTemplateId
public Optional<String> getSettingValueTemplateId()
“Setting Value Template Id”- Returns:
- property settingValueTemplateId
-
withSettingValueTemplateId
public DeviceManagementConfigurationSimpleSettingValueTemplate withSettingValueTemplateId(String settingValueTemplateId)
Returns an immutable copy ofthiswith just thesettingValueTemplateIdfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Setting Value Template Id”
- Parameters:
settingValueTemplateId- new value ofsettingValueTemplateIdfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thesettingValueTemplateIdfield changed
-
withUnmappedField
public DeviceManagementConfigurationSimpleSettingValueTemplate withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
-