| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected DeviceManangementIntentValueType |
DeviceManagementSettingDefinition.valueType |
| Modifier and Type | Method and Description |
|---|---|
Optional<DeviceManangementIntentValueType> |
DeviceManagementSettingDefinition.getValueType()
“The data type of the value”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementAbstractComplexSettingDefinition.Builder |
DeviceManagementAbstractComplexSettingDefinition.Builder.valueType(DeviceManangementIntentValueType valueType) |
DeviceManagementComplexSettingDefinition.Builder |
DeviceManagementComplexSettingDefinition.Builder.valueType(DeviceManangementIntentValueType valueType) |
DeviceManagementCollectionSettingDefinition.Builder |
DeviceManagementCollectionSettingDefinition.Builder.valueType(DeviceManangementIntentValueType valueType) |
DeviceManagementSettingDefinition.Builder |
DeviceManagementSettingDefinition.Builder.valueType(DeviceManangementIntentValueType valueType)
“The data type of the value”
|
DeviceManagementSettingDefinition |
DeviceManagementSettingDefinition.withValueType(DeviceManangementIntentValueType valueType)
Returns an immutable copy of
this with just the valueType field
changed. |
| Modifier and Type | Method and Description |
|---|---|
static DeviceManangementIntentValueType |
DeviceManangementIntentValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceManangementIntentValueType[] |
DeviceManangementIntentValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.