Class DeviceManagementConfigurationGroupSettingInstance
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingInstance
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationGroupSettingInstance
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class DeviceManagementConfigurationGroupSettingInstance extends DeviceManagementConfigurationSettingInstance implements com.github.davidmoten.odata.client.ODataType
“Instance of a GroupSetting”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeviceManagementConfigurationGroupSettingInstance.Builder
-
Field Summary
Fields Modifier and Type Field Description protected DeviceManagementConfigurationGroupSettingValuegroupSettingValue-
Fields inherited from class odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingInstance
contextPath, odataType, settingDefinitionId, settingInstanceTemplateReference, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeviceManagementConfigurationGroupSettingInstance()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeviceManagementConfigurationGroupSettingInstance.BuilderbuilderDeviceManagementConfigurationGroupSettingInstance()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<DeviceManagementConfigurationGroupSettingValue>getGroupSettingValue()“GroupSetting value”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()DeviceManagementConfigurationGroupSettingInstancewithGroupSettingValue(DeviceManagementConfigurationGroupSettingValue groupSettingValue)Returns an immutable copy ofthiswith just thegroupSettingValuefield changed.DeviceManagementConfigurationGroupSettingInstancewithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingInstance
getSettingDefinitionId, getSettingInstanceTemplateReference, withSettingDefinitionId, withSettingInstanceTemplateReference
-
-
-
-
Field Detail
-
groupSettingValue
protected DeviceManagementConfigurationGroupSettingValue groupSettingValue
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classDeviceManagementConfigurationSettingInstance
-
getGroupSettingValue
public Optional<DeviceManagementConfigurationGroupSettingValue> getGroupSettingValue()
“GroupSetting value”- Returns:
- property groupSettingValue
-
withGroupSettingValue
public DeviceManagementConfigurationGroupSettingInstance withGroupSettingValue(DeviceManagementConfigurationGroupSettingValue groupSettingValue)
Returns an immutable copy ofthiswith just thegroupSettingValuefield 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.“GroupSetting value”
- Parameters:
groupSettingValue- new value ofgroupSettingValuefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thegroupSettingValuefield changed
-
withUnmappedField
public DeviceManagementConfigurationGroupSettingInstance 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
-
builderDeviceManagementConfigurationGroupSettingInstance
public static DeviceManagementConfigurationGroupSettingInstance.Builder builderDeviceManagementConfigurationGroupSettingInstance()
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
-
-