Class DeviceManagementConfigurationReferenceSettingValue
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingValue
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationSimpleSettingValue
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationStringSettingValue
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationReferenceSettingValue
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class DeviceManagementConfigurationReferenceSettingValue extends DeviceManagementConfigurationStringSettingValue implements com.github.davidmoten.odata.client.ODataType
“Model for ReferenceSettingValue”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeviceManagementConfigurationReferenceSettingValue.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Stringnote-
Fields inherited from class odata.msgraph.client.beta.complex.DeviceManagementConfigurationStringSettingValue
value
-
Fields inherited from class odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingValue
contextPath, odataType, settingValueTemplateReference, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeviceManagementConfigurationReferenceSettingValue()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeviceManagementConfigurationReferenceSettingValue.BuilderbuilderDeviceManagementConfigurationReferenceSettingValue()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<String>getNote()“A note that admin can use to put some contextual information”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()DeviceManagementConfigurationReferenceSettingValuewithNote(String note)Returns an immutable copy ofthiswith just thenotefield changed.DeviceManagementConfigurationReferenceSettingValuewithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.complex.DeviceManagementConfigurationStringSettingValue
builderDeviceManagementConfigurationStringSettingValue, getValue, withValue
-
Methods inherited from class odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingValue
getSettingValueTemplateReference, withSettingValueTemplateReference
-
-
-
-
Field Detail
-
note
protected String note
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classDeviceManagementConfigurationStringSettingValue
-
getNote
public Optional<String> getNote()
“A note that admin can use to put some contextual information”- Returns:
- property note
-
withNote
public DeviceManagementConfigurationReferenceSettingValue withNote(String note)
Returns an immutable copy ofthiswith just thenotefield 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.“A note that admin can use to put some contextual information”
- Parameters:
note- new value ofnotefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thenotefield changed
-
withUnmappedField
public DeviceManagementConfigurationReferenceSettingValue withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classDeviceManagementConfigurationStringSettingValue
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classDeviceManagementConfigurationStringSettingValue
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classDeviceManagementConfigurationStringSettingValue
-
builderDeviceManagementConfigurationReferenceSettingValue
public static DeviceManagementConfigurationReferenceSettingValue.Builder builderDeviceManagementConfigurationReferenceSettingValue()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classDeviceManagementConfigurationStringSettingValue
-
-