Class DeviceManagementConfigurationReferenceSettingValue.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationReferenceSettingValue.Builder
-
- Enclosing class:
- DeviceManagementConfigurationReferenceSettingValue
public static final class DeviceManagementConfigurationReferenceSettingValue.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceManagementConfigurationReferenceSettingValuebuild()DeviceManagementConfigurationReferenceSettingValue.Buildernote(String note)“A note that admin can use to put some contextual information”DeviceManagementConfigurationReferenceSettingValue.BuildersettingValueTemplateReference(DeviceManagementConfigurationSettingValueTemplateReference settingValueTemplateReference)DeviceManagementConfigurationReferenceSettingValue.Buildervalue(String value)
-
-
-
Method Detail
-
settingValueTemplateReference
public DeviceManagementConfigurationReferenceSettingValue.Builder settingValueTemplateReference(DeviceManagementConfigurationSettingValueTemplateReference settingValueTemplateReference)
-
value
public DeviceManagementConfigurationReferenceSettingValue.Builder value(String value)
-
note
public DeviceManagementConfigurationReferenceSettingValue.Builder note(String note)
“A note that admin can use to put some contextual information”- Parameters:
note- value ofnoteproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeviceManagementConfigurationReferenceSettingValue build()
-
-