Class DeviceManagementConfigurationGroupSettingValue
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingValue
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationGroupSettingValue
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class DeviceManagementConfigurationGroupSettingValue extends DeviceManagementConfigurationSettingValue implements com.github.davidmoten.odata.client.ODataType
“Value of the GroupSetting”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeviceManagementConfigurationGroupSettingValue.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<DeviceManagementConfigurationSettingInstance>childrenprotected StringchildrenNextLink-
Fields inherited from class odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingValue
contextPath, odataType, settingValueTemplateReference, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeviceManagementConfigurationGroupSettingValue()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeviceManagementConfigurationGroupSettingValue.BuilderbuilderDeviceManagementConfigurationGroupSettingValue()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConfigurationSettingInstance>getChildren()“Collection of child setting instances contained within this GroupSetting”com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConfigurationSettingInstance>getChildren(com.github.davidmoten.odata.client.HttpRequestOptions options)“Collection of child setting instances contained within this GroupSetting”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()DeviceManagementConfigurationGroupSettingValuewithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingValue
getSettingValueTemplateReference, withSettingValueTemplateReference
-
-
-
-
Field Detail
-
children
protected List<DeviceManagementConfigurationSettingInstance> children
-
childrenNextLink
protected String childrenNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classDeviceManagementConfigurationSettingValue
-
getChildren
public com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConfigurationSettingInstance> getChildren()
“Collection of child setting instances contained within this GroupSetting”- Returns:
- property children
-
getChildren
public com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConfigurationSettingInstance> getChildren(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Collection of child setting instances contained within this GroupSetting”- Parameters:
options- specify connect and read timeouts- Returns:
- property children
-
withUnmappedField
public DeviceManagementConfigurationGroupSettingValue withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classDeviceManagementConfigurationSettingValue
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classDeviceManagementConfigurationSettingValue
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classDeviceManagementConfigurationSettingValue
-
builderDeviceManagementConfigurationGroupSettingValue
public static DeviceManagementConfigurationGroupSettingValue.Builder builderDeviceManagementConfigurationGroupSettingValue()
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 classDeviceManagementConfigurationSettingValue
-
-