Class DeviceManagementConfigurationChoiceSettingInstanceTemplate
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingInstanceTemplate
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationChoiceSettingInstanceTemplate
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class DeviceManagementConfigurationChoiceSettingInstanceTemplate extends DeviceManagementConfigurationSettingInstanceTemplate implements com.github.davidmoten.odata.client.ODataType
“Choice Setting Instance Template”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeviceManagementConfigurationChoiceSettingInstanceTemplate.Builder
-
Field Summary
Fields Modifier and Type Field Description protected DeviceManagementConfigurationChoiceSettingValueTemplatechoiceSettingValueTemplate-
Fields inherited from class odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingInstanceTemplate
contextPath, isRequired, odataType, settingDefinitionId, settingInstanceTemplateId, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeviceManagementConfigurationChoiceSettingInstanceTemplate()
-
Method Summary
-
Methods inherited from class odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingInstanceTemplate
getIsRequired, getSettingDefinitionId, getSettingInstanceTemplateId, withIsRequired, withSettingDefinitionId, withSettingInstanceTemplateId
-
-
-
-
Field Detail
-
choiceSettingValueTemplate
protected DeviceManagementConfigurationChoiceSettingValueTemplate choiceSettingValueTemplate
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classDeviceManagementConfigurationSettingInstanceTemplate
-
getChoiceSettingValueTemplate
public Optional<DeviceManagementConfigurationChoiceSettingValueTemplate> getChoiceSettingValueTemplate()
“Choice Setting Value Template”- Returns:
- property choiceSettingValueTemplate
-
withChoiceSettingValueTemplate
public DeviceManagementConfigurationChoiceSettingInstanceTemplate withChoiceSettingValueTemplate(DeviceManagementConfigurationChoiceSettingValueTemplate choiceSettingValueTemplate)
Returns an immutable copy ofthiswith just thechoiceSettingValueTemplatefield 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 Template”
- Parameters:
choiceSettingValueTemplate- new value ofchoiceSettingValueTemplatefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thechoiceSettingValueTemplatefield changed
-
withUnmappedField
public DeviceManagementConfigurationChoiceSettingInstanceTemplate withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classDeviceManagementConfigurationSettingInstanceTemplate
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classDeviceManagementConfigurationSettingInstanceTemplate
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classDeviceManagementConfigurationSettingInstanceTemplate
-
builderDeviceManagementConfigurationChoiceSettingInstanceTemplate
public static DeviceManagementConfigurationChoiceSettingInstanceTemplate.Builder builderDeviceManagementConfigurationChoiceSettingInstanceTemplate()
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 classDeviceManagementConfigurationSettingInstanceTemplate
-
-