Class DeviceManagementConfigurationGroupSettingCollectionInstanceTemplate
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingInstanceTemplate
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationGroupSettingCollectionInstanceTemplate
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class DeviceManagementConfigurationGroupSettingCollectionInstanceTemplate extends DeviceManagementConfigurationSettingInstanceTemplate implements com.github.davidmoten.odata.client.ODataType
“Group Setting Collection Instance Template”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeviceManagementConfigurationGroupSettingCollectionInstanceTemplate.Builder
-
Field Summary
Fields Modifier and Type Field Description protected BooleanallowUnmanagedValuesprotected List<DeviceManagementConfigurationGroupSettingValueTemplate>groupSettingCollectionValueTemplateprotected StringgroupSettingCollectionValueTemplateNextLink-
Fields inherited from class odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingInstanceTemplate
contextPath, isRequired, odataType, settingDefinitionId, settingInstanceTemplateId, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeviceManagementConfigurationGroupSettingCollectionInstanceTemplate()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeviceManagementConfigurationGroupSettingCollectionInstanceTemplate.BuilderbuilderDeviceManagementConfigurationGroupSettingCollectionInstanceTemplate()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<Boolean>getAllowUnmanagedValues()“Linked policy may append values which are not present in the template.”com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConfigurationGroupSettingValueTemplate>getGroupSettingCollectionValueTemplate()“Group Setting Collection Value Template”com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConfigurationGroupSettingValueTemplate>getGroupSettingCollectionValueTemplate(com.github.davidmoten.odata.client.HttpRequestOptions options)“Group Setting Collection Value Template”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()DeviceManagementConfigurationGroupSettingCollectionInstanceTemplatewithAllowUnmanagedValues(Boolean allowUnmanagedValues)Returns an immutable copy ofthiswith just theallowUnmanagedValuesfield changed.DeviceManagementConfigurationGroupSettingCollectionInstanceTemplatewithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingInstanceTemplate
getIsRequired, getSettingDefinitionId, getSettingInstanceTemplateId, withIsRequired, withSettingDefinitionId, withSettingInstanceTemplateId
-
-
-
-
Field Detail
-
allowUnmanagedValues
protected Boolean allowUnmanagedValues
-
groupSettingCollectionValueTemplate
protected List<DeviceManagementConfigurationGroupSettingValueTemplate> groupSettingCollectionValueTemplate
-
groupSettingCollectionValueTemplateNextLink
protected String groupSettingCollectionValueTemplateNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classDeviceManagementConfigurationSettingInstanceTemplate
-
getAllowUnmanagedValues
public Optional<Boolean> getAllowUnmanagedValues()
“Linked policy may append values which are not present in the template.”- Returns:
- property allowUnmanagedValues
-
withAllowUnmanagedValues
public DeviceManagementConfigurationGroupSettingCollectionInstanceTemplate withAllowUnmanagedValues(Boolean allowUnmanagedValues)
Returns an immutable copy ofthiswith just theallowUnmanagedValuesfield 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.“Linked policy may append values which are not present in the template.”
- Parameters:
allowUnmanagedValues- new value ofallowUnmanagedValuesfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theallowUnmanagedValuesfield changed
-
getGroupSettingCollectionValueTemplate
public com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConfigurationGroupSettingValueTemplate> getGroupSettingCollectionValueTemplate()
“Group Setting Collection Value Template”- Returns:
- property groupSettingCollectionValueTemplate
-
getGroupSettingCollectionValueTemplate
public com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConfigurationGroupSettingValueTemplate> getGroupSettingCollectionValueTemplate(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Group Setting Collection Value Template”- Parameters:
options- specify connect and read timeouts- Returns:
- property groupSettingCollectionValueTemplate
-
withUnmappedField
public DeviceManagementConfigurationGroupSettingCollectionInstanceTemplate 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
-
builderDeviceManagementConfigurationGroupSettingCollectionInstanceTemplate
public static DeviceManagementConfigurationGroupSettingCollectionInstanceTemplate.Builder builderDeviceManagementConfigurationGroupSettingCollectionInstanceTemplate()
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
-
-