Uses of Class
odata.msgraph.client.beta.complex.WindowsMalwareCategoryCount
-
Packages that use WindowsMalwareCategoryCount Package Description odata.msgraph.client.beta.complex -
-
Uses of WindowsMalwareCategoryCount in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type WindowsMalwareCategoryCount Modifier and Type Field Description protected List<WindowsMalwareCategoryCount>WindowsMalwareOverview. malwareCategorySummaryMethods in odata.msgraph.client.beta.complex that return WindowsMalwareCategoryCount Modifier and Type Method Description WindowsMalwareCategoryCountWindowsMalwareCategoryCount.Builder. build()WindowsMalwareCategoryCountWindowsMalwareCategoryCount. withActiveMalwareDetectionCount(Integer activeMalwareDetectionCount)Returns an immutable copy ofthiswith just theactiveMalwareDetectionCountfield changed.WindowsMalwareCategoryCountWindowsMalwareCategoryCount. withCategory(WindowsMalwareCategory category)Returns an immutable copy ofthiswith just thecategoryfield changed.WindowsMalwareCategoryCountWindowsMalwareCategoryCount. withDeviceCount(Integer deviceCount)Returns an immutable copy ofthiswith just thedeviceCountfield changed.WindowsMalwareCategoryCountWindowsMalwareCategoryCount. withDistinctActiveMalwareCount(Integer distinctActiveMalwareCount)Returns an immutable copy ofthiswith just thedistinctActiveMalwareCountfield changed.WindowsMalwareCategoryCountWindowsMalwareCategoryCount. withLastUpdateDateTime(OffsetDateTime lastUpdateDateTime)Returns an immutable copy ofthiswith just thelastUpdateDateTimefield changed.WindowsMalwareCategoryCountWindowsMalwareCategoryCount. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type WindowsMalwareCategoryCount Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<WindowsMalwareCategoryCount>WindowsMalwareOverview. getMalwareCategorySummary()“Count of devices per malware category”com.github.davidmoten.odata.client.CollectionPage<WindowsMalwareCategoryCount>WindowsMalwareOverview. getMalwareCategorySummary(com.github.davidmoten.odata.client.HttpRequestOptions options)“Count of devices per malware category”Methods in odata.msgraph.client.beta.complex with parameters of type WindowsMalwareCategoryCount Modifier and Type Method Description WindowsMalwareOverview.BuilderWindowsMalwareOverview.Builder. malwareCategorySummary(WindowsMalwareCategoryCount... malwareCategorySummary)“Count of devices per malware category”Method parameters in odata.msgraph.client.beta.complex with type arguments of type WindowsMalwareCategoryCount Modifier and Type Method Description WindowsMalwareOverview.BuilderWindowsMalwareOverview.Builder. malwareCategorySummary(List<WindowsMalwareCategoryCount> malwareCategorySummary)“Count of devices per malware category”
-