Uses of Class
odata.msgraph.client.complex.WindowsMalwareOverview
-
Packages that use WindowsMalwareOverview Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of WindowsMalwareOverview in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return WindowsMalwareOverview Modifier and Type Method Description WindowsMalwareOverviewWindowsMalwareOverview.Builder. build()WindowsMalwareOverviewWindowsMalwareOverview. withMalwareDetectedDeviceCount(Integer malwareDetectedDeviceCount)Returns an immutable copy ofthiswith just themalwareDetectedDeviceCountfield changed.WindowsMalwareOverviewWindowsMalwareOverview. withTotalDistinctMalwareCount(Integer totalDistinctMalwareCount)Returns an immutable copy ofthiswith just thetotalDistinctMalwareCountfield changed.WindowsMalwareOverviewWindowsMalwareOverview. withTotalMalwareCount(Integer totalMalwareCount)Returns an immutable copy ofthiswith just thetotalMalwareCountfield changed.WindowsMalwareOverviewWindowsMalwareOverview. withUnmappedField(String name, Object value) -
Uses of WindowsMalwareOverview in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as WindowsMalwareOverview Modifier and Type Field Description protected WindowsMalwareOverviewDeviceManagement. windowsMalwareOverviewMethods in odata.msgraph.client.entity that return types with arguments of type WindowsMalwareOverview Modifier and Type Method Description Optional<WindowsMalwareOverview>DeviceManagement. getWindowsMalwareOverview()“Malware overview for windows devices.”Methods in odata.msgraph.client.entity with parameters of type WindowsMalwareOverview Modifier and Type Method Description DeviceManagement.BuilderDeviceManagement.Builder. windowsMalwareOverview(WindowsMalwareOverview windowsMalwareOverview)“Malware overview for windows devices.”DeviceManagementDeviceManagement. withWindowsMalwareOverview(WindowsMalwareOverview windowsMalwareOverview)Returns an immutable copy ofthiswith just thewindowsMalwareOverviewfield changed.
-