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