Class DeviceManagementConfigurationSettingValue
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingValue
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
- Direct Known Subclasses:
DeviceManagementConfigurationChoiceSettingValue,DeviceManagementConfigurationGroupSettingValue,DeviceManagementConfigurationSimpleSettingValue
public class DeviceManagementConfigurationSettingValue extends Object implements com.github.davidmoten.odata.client.ODataType
“Setting value”
-
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringodataTypeprotected DeviceManagementConfigurationSettingValueTemplateReferencesettingValueTemplateReferenceprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeviceManagementConfigurationSettingValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<DeviceManagementConfigurationSettingValueTemplateReference>getSettingValueTemplateReference()“Setting value template reference”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()DeviceManagementConfigurationSettingValuewithSettingValueTemplateReference(DeviceManagementConfigurationSettingValueTemplateReference settingValueTemplateReference)Returns an immutable copy ofthiswith just thesettingValueTemplateReferencefield changed.DeviceManagementConfigurationSettingValuewithUnmappedField(String name, String value)
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
settingValueTemplateReference
protected DeviceManagementConfigurationSettingValueTemplateReference settingValueTemplateReference
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getSettingValueTemplateReference
public Optional<DeviceManagementConfigurationSettingValueTemplateReference> getSettingValueTemplateReference()
“Setting value template reference”- Returns:
- property settingValueTemplateReference
-
withSettingValueTemplateReference
public DeviceManagementConfigurationSettingValue withSettingValueTemplateReference(DeviceManagementConfigurationSettingValueTemplateReference settingValueTemplateReference)
Returns an immutable copy ofthiswith just thesettingValueTemplateReferencefield 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 reference”
- Parameters:
settingValueTemplateReference- new value ofsettingValueTemplateReferencefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thesettingValueTemplateReferencefield changed
-
withUnmappedField
public DeviceManagementConfigurationSettingValue 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
-
-