Class DeviceManagementConfigurationIntegerSettingValueTemplate
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationSimpleSettingValueTemplate
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationIntegerSettingValueTemplate
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class DeviceManagementConfigurationIntegerSettingValueTemplate extends DeviceManagementConfigurationSimpleSettingValueTemplate implements com.github.davidmoten.odata.client.ODataType
“Integer Setting Value Template”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeviceManagementConfigurationIntegerSettingValueTemplate.Builder
-
Field Summary
Fields Modifier and Type Field Description protected DeviceManagementConfigurationIntegerSettingValueDefaultTemplatedefaultValueprotected DeviceManagementConfigurationIntegerSettingValueDefinitionTemplaterecommendedValueDefinitionprotected DeviceManagementConfigurationIntegerSettingValueDefinitionTemplaterequiredValueDefinition-
Fields inherited from class odata.msgraph.client.beta.complex.DeviceManagementConfigurationSimpleSettingValueTemplate
contextPath, odataType, settingValueTemplateId, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeviceManagementConfigurationIntegerSettingValueTemplate()
-
Method Summary
-
Methods inherited from class odata.msgraph.client.beta.complex.DeviceManagementConfigurationSimpleSettingValueTemplate
getSettingValueTemplateId, withSettingValueTemplateId
-
-
-
-
Field Detail
-
defaultValue
protected DeviceManagementConfigurationIntegerSettingValueDefaultTemplate defaultValue
-
recommendedValueDefinition
protected DeviceManagementConfigurationIntegerSettingValueDefinitionTemplate recommendedValueDefinition
-
requiredValueDefinition
protected DeviceManagementConfigurationIntegerSettingValueDefinitionTemplate requiredValueDefinition
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classDeviceManagementConfigurationSimpleSettingValueTemplate
-
getDefaultValue
public Optional<DeviceManagementConfigurationIntegerSettingValueDefaultTemplate> getDefaultValue()
“Integer Setting Value Default Template.”- Returns:
- property defaultValue
-
withDefaultValue
public DeviceManagementConfigurationIntegerSettingValueTemplate withDefaultValue(DeviceManagementConfigurationIntegerSettingValueDefaultTemplate defaultValue)
Returns an immutable copy ofthiswith just thedefaultValuefield 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.“Integer Setting Value Default Template.”
- Parameters:
defaultValue- new value ofdefaultValuefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thedefaultValuefield changed
-
getRecommendedValueDefinition
public Optional<DeviceManagementConfigurationIntegerSettingValueDefinitionTemplate> getRecommendedValueDefinition()
“Recommended value definition.”- Returns:
- property recommendedValueDefinition
-
withRecommendedValueDefinition
public DeviceManagementConfigurationIntegerSettingValueTemplate withRecommendedValueDefinition(DeviceManagementConfigurationIntegerSettingValueDefinitionTemplate recommendedValueDefinition)
Returns an immutable copy ofthiswith just therecommendedValueDefinitionfield 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.“Recommended value definition.”
- Parameters:
recommendedValueDefinition- new value ofrecommendedValueDefinitionfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just therecommendedValueDefinitionfield changed
-
getRequiredValueDefinition
public Optional<DeviceManagementConfigurationIntegerSettingValueDefinitionTemplate> getRequiredValueDefinition()
“Required value definition.”- Returns:
- property requiredValueDefinition
-
withRequiredValueDefinition
public DeviceManagementConfigurationIntegerSettingValueTemplate withRequiredValueDefinition(DeviceManagementConfigurationIntegerSettingValueDefinitionTemplate requiredValueDefinition)
Returns an immutable copy ofthiswith just therequiredValueDefinitionfield 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.“Required value definition.”
- Parameters:
requiredValueDefinition- new value ofrequiredValueDefinitionfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just therequiredValueDefinitionfield changed
-
withUnmappedField
public DeviceManagementConfigurationIntegerSettingValueTemplate withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classDeviceManagementConfigurationSimpleSettingValueTemplate
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classDeviceManagementConfigurationSimpleSettingValueTemplate
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classDeviceManagementConfigurationSimpleSettingValueTemplate
-
builderDeviceManagementConfigurationIntegerSettingValueTemplate
public static DeviceManagementConfigurationIntegerSettingValueTemplate.Builder builderDeviceManagementConfigurationIntegerSettingValueTemplate()
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 classDeviceManagementConfigurationSimpleSettingValueTemplate
-
-