Class DeviceManagementConfigurationIntegerSettingValueConstantDefaultTemplate
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationIntegerSettingValueDefaultTemplate
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationIntegerSettingValueConstantDefaultTemplate
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class DeviceManagementConfigurationIntegerSettingValueConstantDefaultTemplate extends DeviceManagementConfigurationIntegerSettingValueDefaultTemplate implements com.github.davidmoten.odata.client.ODataType
“Integer Setting Value Constant Default Template”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeviceManagementConfigurationIntegerSettingValueConstantDefaultTemplate.Builder
-
Field Summary
Fields Modifier and Type Field Description protected IntegerconstantValue-
Fields inherited from class odata.msgraph.client.beta.complex.DeviceManagementConfigurationIntegerSettingValueDefaultTemplate
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeviceManagementConfigurationIntegerSettingValueConstantDefaultTemplate()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeviceManagementConfigurationIntegerSettingValueConstantDefaultTemplate.BuilderbuilderDeviceManagementConfigurationIntegerSettingValueConstantDefaultTemplate()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<Integer>getConstantValue()“Default Constant Value.com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()DeviceManagementConfigurationIntegerSettingValueConstantDefaultTemplatewithConstantValue(Integer constantValue)Returns an immutable copy ofthiswith just theconstantValuefield changed.DeviceManagementConfigurationIntegerSettingValueConstantDefaultTemplatewithUnmappedField(String name, String value)
-
-
-
Field Detail
-
constantValue
protected Integer constantValue
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classDeviceManagementConfigurationIntegerSettingValueDefaultTemplate
-
getConstantValue
public Optional<Integer> getConstantValue()
“Default Constant Value. Valid values -2147483648 to 2147483647”- Returns:
- property constantValue
-
withConstantValue
public DeviceManagementConfigurationIntegerSettingValueConstantDefaultTemplate withConstantValue(Integer constantValue)
Returns an immutable copy ofthiswith just theconstantValuefield 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.“Default Constant Value. Valid values -2147483648 to 2147483647”
- Parameters:
constantValue- new value ofconstantValuefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theconstantValuefield changed
-
withUnmappedField
public DeviceManagementConfigurationIntegerSettingValueConstantDefaultTemplate withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classDeviceManagementConfigurationIntegerSettingValueDefaultTemplate
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classDeviceManagementConfigurationIntegerSettingValueDefaultTemplate
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classDeviceManagementConfigurationIntegerSettingValueDefaultTemplate
-
builderDeviceManagementConfigurationIntegerSettingValueConstantDefaultTemplate
public static DeviceManagementConfigurationIntegerSettingValueConstantDefaultTemplate.Builder builderDeviceManagementConfigurationIntegerSettingValueConstantDefaultTemplate()
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 classDeviceManagementConfigurationIntegerSettingValueDefaultTemplate
-
-