Uses of Class
odata.msgraph.client.beta.complex.WindowsMalwareSeverityCount
-
Packages that use WindowsMalwareSeverityCount Package Description odata.msgraph.client.beta.complex -
-
Uses of WindowsMalwareSeverityCount in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type WindowsMalwareSeverityCount Modifier and Type Field Description protected List<WindowsMalwareSeverityCount>WindowsMalwareOverview. malwareSeveritySummaryMethods in odata.msgraph.client.beta.complex that return WindowsMalwareSeverityCount Modifier and Type Method Description WindowsMalwareSeverityCountWindowsMalwareSeverityCount.Builder. build()WindowsMalwareSeverityCountWindowsMalwareSeverityCount. withDistinctMalwareCount(Integer distinctMalwareCount)Returns an immutable copy ofthiswith just thedistinctMalwareCountfield changed.WindowsMalwareSeverityCountWindowsMalwareSeverityCount. withLastUpdateDateTime(OffsetDateTime lastUpdateDateTime)Returns an immutable copy ofthiswith just thelastUpdateDateTimefield changed.WindowsMalwareSeverityCountWindowsMalwareSeverityCount. withMalwareDetectionCount(Integer malwareDetectionCount)Returns an immutable copy ofthiswith just themalwareDetectionCountfield changed.WindowsMalwareSeverityCountWindowsMalwareSeverityCount. withSeverity(WindowsMalwareSeverity severity)Returns an immutable copy ofthiswith just theseverityfield changed.WindowsMalwareSeverityCountWindowsMalwareSeverityCount. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type WindowsMalwareSeverityCount Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<WindowsMalwareSeverityCount>WindowsMalwareOverview. getMalwareSeveritySummary()“Count of active malware per malware severity”com.github.davidmoten.odata.client.CollectionPage<WindowsMalwareSeverityCount>WindowsMalwareOverview. getMalwareSeveritySummary(com.github.davidmoten.odata.client.HttpRequestOptions options)“Count of active malware per malware severity”Methods in odata.msgraph.client.beta.complex with parameters of type WindowsMalwareSeverityCount Modifier and Type Method Description WindowsMalwareOverview.BuilderWindowsMalwareOverview.Builder. malwareSeveritySummary(WindowsMalwareSeverityCount... malwareSeveritySummary)“Count of active malware per malware severity”Method parameters in odata.msgraph.client.beta.complex with type arguments of type WindowsMalwareSeverityCount Modifier and Type Method Description WindowsMalwareOverview.BuilderWindowsMalwareOverview.Builder. malwareSeveritySummary(List<WindowsMalwareSeverityCount> malwareSeveritySummary)“Count of active malware per malware severity”
-