Uses of Enum
com.microsoft.graph.models.WindowsMalwareCategory
Packages that use WindowsMalwareCategory
-
Uses of WindowsMalwareCategory in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WindowsMalwareCategoryModifier and TypeMethodDescriptionstatic WindowsMalwareCategoryWindowsDeviceMalwareState.getCategory()Gets the category property value.WindowsMalwareCategoryCount.getCategory()Gets the category property value.WindowsMalwareInformation.getCategory()Gets the category property value.static WindowsMalwareCategoryReturns the enum constant of this type with the specified name.static WindowsMalwareCategory[]WindowsMalwareCategory.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type WindowsMalwareCategoryModifier and TypeMethodDescriptionvoidWindowsDeviceMalwareState.setCategory(WindowsMalwareCategory value) Sets the category property value.voidWindowsMalwareCategoryCount.setCategory(WindowsMalwareCategory value) Sets the category property value.voidWindowsMalwareInformation.setCategory(WindowsMalwareCategory value) Sets the category property value.