Uses of Class
odata.msgraph.client.beta.enums.DeviceCustomAttributeValueType
-
Packages that use DeviceCustomAttributeValueType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of DeviceCustomAttributeValueType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DeviceCustomAttributeValueType Modifier and Type Field Description protected DeviceCustomAttributeValueTypeDeviceCustomAttributeShellScript. customAttributeTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type DeviceCustomAttributeValueType Modifier and Type Method Description Optional<DeviceCustomAttributeValueType>DeviceCustomAttributeShellScript. getCustomAttributeType()“The expected type of the custom attribute's value.”Methods in odata.msgraph.client.beta.entity with parameters of type DeviceCustomAttributeValueType Modifier and Type Method Description DeviceCustomAttributeShellScript.BuilderDeviceCustomAttributeShellScript.Builder. customAttributeType(DeviceCustomAttributeValueType customAttributeType)“The expected type of the custom attribute's value.”DeviceCustomAttributeShellScriptDeviceCustomAttributeShellScript. withCustomAttributeType(DeviceCustomAttributeValueType customAttributeType)Returns an immutable copy ofthiswith just thecustomAttributeTypefield changed. -
Uses of DeviceCustomAttributeValueType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DeviceCustomAttributeValueType Modifier and Type Method Description static DeviceCustomAttributeValueTypeDeviceCustomAttributeValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceCustomAttributeValueType[]DeviceCustomAttributeValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-