Uses of Class
odata.msgraph.client.beta.enums.DeviceManangementIntentValueType
-
Packages that use DeviceManangementIntentValueType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of DeviceManangementIntentValueType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DeviceManangementIntentValueType Modifier and Type Field Description protected DeviceManangementIntentValueTypeDeviceManagementSettingDefinition. valueTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type DeviceManangementIntentValueType Modifier and Type Method Description Optional<DeviceManangementIntentValueType>DeviceManagementSettingDefinition. getValueType()“The data type of the value”Methods in odata.msgraph.client.beta.entity with parameters of type DeviceManangementIntentValueType Modifier and Type Method Description DeviceManagementAbstractComplexSettingDefinition.BuilderDeviceManagementAbstractComplexSettingDefinition.Builder. valueType(DeviceManangementIntentValueType valueType)DeviceManagementCollectionSettingDefinition.BuilderDeviceManagementCollectionSettingDefinition.Builder. valueType(DeviceManangementIntentValueType valueType)DeviceManagementComplexSettingDefinition.BuilderDeviceManagementComplexSettingDefinition.Builder. valueType(DeviceManangementIntentValueType valueType)DeviceManagementSettingDefinition.BuilderDeviceManagementSettingDefinition.Builder. valueType(DeviceManangementIntentValueType valueType)“The data type of the value”DeviceManagementSettingDefinitionDeviceManagementSettingDefinition. withValueType(DeviceManangementIntentValueType valueType)Returns an immutable copy ofthiswith just thevalueTypefield changed. -
Uses of DeviceManangementIntentValueType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DeviceManangementIntentValueType Modifier and Type Method Description static DeviceManangementIntentValueTypeDeviceManangementIntentValueType. 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.
-