Class DeviceManagementConfigurationGroupSettingInstanceTemplate
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingInstanceTemplate
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationGroupSettingInstanceTemplate
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class DeviceManagementConfigurationGroupSettingInstanceTemplate extends DeviceManagementConfigurationSettingInstanceTemplate implements com.github.davidmoten.odata.client.ODataType
“Group Setting Instance Template”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeviceManagementConfigurationGroupSettingInstanceTemplate.Builder
-
Field Summary
Fields Modifier and Type Field Description protected DeviceManagementConfigurationGroupSettingValueTemplategroupSettingValueTemplate-
Fields inherited from class odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingInstanceTemplate
contextPath, isRequired, odataType, settingDefinitionId, settingInstanceTemplateId, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeviceManagementConfigurationGroupSettingInstanceTemplate()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeviceManagementConfigurationGroupSettingInstanceTemplate.BuilderbuilderDeviceManagementConfigurationGroupSettingInstanceTemplate()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<DeviceManagementConfigurationGroupSettingValueTemplate>getGroupSettingValueTemplate()“Group Setting Value Template”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()DeviceManagementConfigurationGroupSettingInstanceTemplatewithGroupSettingValueTemplate(DeviceManagementConfigurationGroupSettingValueTemplate groupSettingValueTemplate)Returns an immutable copy ofthiswith just thegroupSettingValueTemplatefield changed.DeviceManagementConfigurationGroupSettingInstanceTemplatewithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingInstanceTemplate
getIsRequired, getSettingDefinitionId, getSettingInstanceTemplateId, withIsRequired, withSettingDefinitionId, withSettingInstanceTemplateId
-
-
-
-
Field Detail
-
groupSettingValueTemplate
protected DeviceManagementConfigurationGroupSettingValueTemplate groupSettingValueTemplate
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classDeviceManagementConfigurationSettingInstanceTemplate
-
getGroupSettingValueTemplate
public Optional<DeviceManagementConfigurationGroupSettingValueTemplate> getGroupSettingValueTemplate()
“Group Setting Value Template”- Returns:
- property groupSettingValueTemplate
-
withGroupSettingValueTemplate
public DeviceManagementConfigurationGroupSettingInstanceTemplate withGroupSettingValueTemplate(DeviceManagementConfigurationGroupSettingValueTemplate groupSettingValueTemplate)
Returns an immutable copy ofthiswith just thegroupSettingValueTemplatefield 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.“Group Setting Value Template”
- Parameters:
groupSettingValueTemplate- new value ofgroupSettingValueTemplatefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thegroupSettingValueTemplatefield changed
-
withUnmappedField
public DeviceManagementConfigurationGroupSettingInstanceTemplate 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
-
builderDeviceManagementConfigurationGroupSettingInstanceTemplate
public static DeviceManagementConfigurationGroupSettingInstanceTemplate.Builder builderDeviceManagementConfigurationGroupSettingInstanceTemplate()
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
-
-