Class DeviceManagementConfigurationChoiceSettingValue
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingValue
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationChoiceSettingValue
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class DeviceManagementConfigurationChoiceSettingValue extends DeviceManagementConfigurationSettingValue implements com.github.davidmoten.odata.client.ODataType
“Setting value”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeviceManagementConfigurationChoiceSettingValue.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<DeviceManagementConfigurationSettingInstance>childrenprotected StringchildrenNextLinkprotected Stringvalue-
Fields inherited from class odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingValue
contextPath, odataType, settingValueTemplateReference, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeviceManagementConfigurationChoiceSettingValue()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeviceManagementConfigurationChoiceSettingValue.BuilderbuilderDeviceManagementConfigurationChoiceSettingValue()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()“Child settings.”com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConfigurationSettingInstance>getChildren(com.github.davidmoten.odata.client.HttpRequestOptions options)“Child settings.”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<String>getValue()“Choice setting value: an OptionDefinition ItemId.”StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()DeviceManagementConfigurationChoiceSettingValuewithUnmappedField(String name, String value)DeviceManagementConfigurationChoiceSettingValuewithValue(String value)Returns an immutable copy ofthiswith just thevaluefield changed.-
Methods inherited from class odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingValue
getSettingValueTemplateReference, withSettingValueTemplateReference
-
-
-
-
Field Detail
-
children
protected List<DeviceManagementConfigurationSettingInstance> children
-
childrenNextLink
protected String childrenNextLink
-
value
protected String value
-
-
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()
“Child settings.”- Returns:
- property children
-
getChildren
public com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConfigurationSettingInstance> getChildren(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Child settings.”- Parameters:
options- specify connect and read timeouts- Returns:
- property children
-
getValue
public Optional<String> getValue()
“Choice setting value: an OptionDefinition ItemId.”- Returns:
- property value
-
withValue
public DeviceManagementConfigurationChoiceSettingValue withValue(String value)
Returns an immutable copy ofthiswith just thevaluefield 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.“Choice setting value: an OptionDefinition ItemId.”
- Parameters:
value- new value ofvaluefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thevaluefield changed
-
withUnmappedField
public DeviceManagementConfigurationChoiceSettingValue 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
-
builderDeviceManagementConfigurationChoiceSettingValue
public static DeviceManagementConfigurationChoiceSettingValue.Builder builderDeviceManagementConfigurationChoiceSettingValue()
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
-
-