Class DeviceManagementConfigurationChoiceSettingInstance
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingInstance
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationChoiceSettingInstance
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class DeviceManagementConfigurationChoiceSettingInstance extends DeviceManagementConfigurationSettingInstance implements com.github.davidmoten.odata.client.ODataType
“Setting instance within policy”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeviceManagementConfigurationChoiceSettingInstance.Builder
-
Field Summary
Fields Modifier and Type Field Description protected DeviceManagementConfigurationChoiceSettingValuechoiceSettingValue-
Fields inherited from class odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingInstance
contextPath, odataType, settingDefinitionId, settingInstanceTemplateReference, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeviceManagementConfigurationChoiceSettingInstance()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeviceManagementConfigurationChoiceSettingInstance.BuilderbuilderDeviceManagementConfigurationChoiceSettingInstance()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<DeviceManagementConfigurationChoiceSettingValue>getChoiceSettingValue()“Choice setting value”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()DeviceManagementConfigurationChoiceSettingInstancewithChoiceSettingValue(DeviceManagementConfigurationChoiceSettingValue choiceSettingValue)Returns an immutable copy ofthiswith just thechoiceSettingValuefield changed.DeviceManagementConfigurationChoiceSettingInstancewithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingInstance
getSettingDefinitionId, getSettingInstanceTemplateReference, withSettingDefinitionId, withSettingInstanceTemplateReference
-
-
-
-
Field Detail
-
choiceSettingValue
protected DeviceManagementConfigurationChoiceSettingValue choiceSettingValue
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classDeviceManagementConfigurationSettingInstance
-
getChoiceSettingValue
public Optional<DeviceManagementConfigurationChoiceSettingValue> getChoiceSettingValue()
“Choice setting value”- Returns:
- property choiceSettingValue
-
withChoiceSettingValue
public DeviceManagementConfigurationChoiceSettingInstance withChoiceSettingValue(DeviceManagementConfigurationChoiceSettingValue choiceSettingValue)
Returns an immutable copy ofthiswith just thechoiceSettingValuefield 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.“Choice setting value”
- Parameters:
choiceSettingValue- new value ofchoiceSettingValuefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thechoiceSettingValuefield changed
-
withUnmappedField
public DeviceManagementConfigurationChoiceSettingInstance withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classDeviceManagementConfigurationSettingInstance
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classDeviceManagementConfigurationSettingInstance
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classDeviceManagementConfigurationSettingInstance
-
builderDeviceManagementConfigurationChoiceSettingInstance
public static DeviceManagementConfigurationChoiceSettingInstance.Builder builderDeviceManagementConfigurationChoiceSettingInstance()
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 classDeviceManagementConfigurationSettingInstance
-
-