Uses of Class
odata.msgraph.client.beta.enums.WindowsMalwareCategory
-
Packages that use WindowsMalwareCategory Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of WindowsMalwareCategory in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as WindowsMalwareCategory Modifier and Type Field Description protected WindowsMalwareCategoryWindowsMalwareCategoryCount. categoryMethods in odata.msgraph.client.beta.complex that return types with arguments of type WindowsMalwareCategory Modifier and Type Method Description Optional<WindowsMalwareCategory>WindowsMalwareCategoryCount. getCategory()“Malware category”Methods in odata.msgraph.client.beta.complex with parameters of type WindowsMalwareCategory Modifier and Type Method Description WindowsMalwareCategoryCount.BuilderWindowsMalwareCategoryCount.Builder. category(WindowsMalwareCategory category)“Malware category”WindowsMalwareCategoryCountWindowsMalwareCategoryCount. withCategory(WindowsMalwareCategory category)Returns an immutable copy ofthiswith just thecategoryfield changed. -
Uses of WindowsMalwareCategory in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WindowsMalwareCategory Modifier and Type Field Description protected WindowsMalwareCategoryWindowsDeviceMalwareState. categoryprotected WindowsMalwareCategoryWindowsMalwareInformation. categoryMethods in odata.msgraph.client.beta.entity that return types with arguments of type WindowsMalwareCategory Modifier and Type Method Description Optional<WindowsMalwareCategory>WindowsDeviceMalwareState. getCategory()“Category of the malware”Optional<WindowsMalwareCategory>WindowsMalwareInformation. getCategory()“Category of the malware”Methods in odata.msgraph.client.beta.entity with parameters of type WindowsMalwareCategory Modifier and Type Method Description WindowsDeviceMalwareState.BuilderWindowsDeviceMalwareState.Builder. category(WindowsMalwareCategory category)“Category of the malware”WindowsMalwareInformation.BuilderWindowsMalwareInformation.Builder. category(WindowsMalwareCategory category)“Category of the malware”WindowsDeviceMalwareStateWindowsDeviceMalwareState. withCategory(WindowsMalwareCategory category)Returns an immutable copy ofthiswith just thecategoryfield changed.WindowsMalwareInformationWindowsMalwareInformation. withCategory(WindowsMalwareCategory category)Returns an immutable copy ofthiswith just thecategoryfield changed. -
Uses of WindowsMalwareCategory in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WindowsMalwareCategory Modifier and Type Method Description static WindowsMalwareCategoryWindowsMalwareCategory. valueOf(String name)Returns 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.
-