Uses of Class
odata.msgraph.client.complex.WindowsMalwareStateCount
-
Packages that use WindowsMalwareStateCount Package Description odata.msgraph.client.complex -
-
Uses of WindowsMalwareStateCount in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type WindowsMalwareStateCount Modifier and Type Field Description protected List<WindowsMalwareStateCount>WindowsMalwareOverview. malwareStateSummaryMethods in odata.msgraph.client.complex that return WindowsMalwareStateCount Modifier and Type Method Description WindowsMalwareStateCountWindowsMalwareStateCount.Builder. build()WindowsMalwareStateCountWindowsMalwareStateCount. withDeviceCount(Integer deviceCount)Returns an immutable copy ofthiswith just thedeviceCountfield changed.WindowsMalwareStateCountWindowsMalwareStateCount. withDistinctMalwareCount(Integer distinctMalwareCount)Returns an immutable copy ofthiswith just thedistinctMalwareCountfield changed.WindowsMalwareStateCountWindowsMalwareStateCount. withLastUpdateDateTime(OffsetDateTime lastUpdateDateTime)Returns an immutable copy ofthiswith just thelastUpdateDateTimefield changed.WindowsMalwareStateCountWindowsMalwareStateCount. withMalwareDetectionCount(Integer malwareDetectionCount)Returns an immutable copy ofthiswith just themalwareDetectionCountfield changed.WindowsMalwareStateCountWindowsMalwareStateCount. withState(WindowsMalwareThreatState state)Returns an immutable copy ofthiswith just thestatefield changed.WindowsMalwareStateCountWindowsMalwareStateCount. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type WindowsMalwareStateCount Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<WindowsMalwareStateCount>WindowsMalwareOverview. getMalwareStateSummary()“List of device counts per malware state”com.github.davidmoten.odata.client.CollectionPage<WindowsMalwareStateCount>WindowsMalwareOverview. getMalwareStateSummary(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of device counts per malware state”Methods in odata.msgraph.client.complex with parameters of type WindowsMalwareStateCount Modifier and Type Method Description WindowsMalwareOverview.BuilderWindowsMalwareOverview.Builder. malwareStateSummary(WindowsMalwareStateCount... malwareStateSummary)“List of device counts per malware state”Method parameters in odata.msgraph.client.complex with type arguments of type WindowsMalwareStateCount Modifier and Type Method Description WindowsMalwareOverview.BuilderWindowsMalwareOverview.Builder. malwareStateSummary(List<WindowsMalwareStateCount> malwareStateSummary)“List of device counts per malware state”
-