Uses of Class
odata.msgraph.client.beta.enums.DriverCategory
-
Packages that use DriverCategory Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of DriverCategory in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DriverCategory Modifier and Type Field Description protected DriverCategoryWindowsDriverUpdateInventory. categoryMethods in odata.msgraph.client.beta.entity that return types with arguments of type DriverCategory Modifier and Type Method Description Optional<DriverCategory>WindowsDriverUpdateInventory. getCategory()“The category for this driver.”Methods in odata.msgraph.client.beta.entity with parameters of type DriverCategory Modifier and Type Method Description WindowsDriverUpdateInventory.BuilderWindowsDriverUpdateInventory.Builder. category(DriverCategory category)“The category for this driver.”WindowsDriverUpdateInventoryWindowsDriverUpdateInventory. withCategory(DriverCategory category)Returns an immutable copy ofthiswith just thecategoryfield changed. -
Uses of DriverCategory in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DriverCategory Modifier and Type Method Description static DriverCategoryDriverCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static DriverCategory[]DriverCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-