Uses of Class
odata.msgraph.client.complex.WindowsMalwareNameCount
-
Packages that use WindowsMalwareNameCount Package Description odata.msgraph.client.complex -
-
Uses of WindowsMalwareNameCount in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type WindowsMalwareNameCount Modifier and Type Field Description protected List<WindowsMalwareNameCount>WindowsMalwareOverview. malwareNameSummaryMethods in odata.msgraph.client.complex that return WindowsMalwareNameCount Modifier and Type Method Description WindowsMalwareNameCountWindowsMalwareNameCount.Builder. build()WindowsMalwareNameCountWindowsMalwareNameCount. withDeviceCount(Integer deviceCount)Returns an immutable copy ofthiswith just thedeviceCountfield changed.WindowsMalwareNameCountWindowsMalwareNameCount. withLastUpdateDateTime(OffsetDateTime lastUpdateDateTime)Returns an immutable copy ofthiswith just thelastUpdateDateTimefield changed.WindowsMalwareNameCountWindowsMalwareNameCount. withMalwareIdentifier(String malwareIdentifier)Returns an immutable copy ofthiswith just themalwareIdentifierfield changed.WindowsMalwareNameCountWindowsMalwareNameCount. withName(String name)Returns an immutable copy ofthiswith just thenamefield changed.WindowsMalwareNameCountWindowsMalwareNameCount. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type WindowsMalwareNameCount Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<WindowsMalwareNameCount>WindowsMalwareOverview. getMalwareNameSummary()“List of device counts per malware”com.github.davidmoten.odata.client.CollectionPage<WindowsMalwareNameCount>WindowsMalwareOverview. getMalwareNameSummary(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of device counts per malware”Methods in odata.msgraph.client.complex with parameters of type WindowsMalwareNameCount Modifier and Type Method Description WindowsMalwareOverview.BuilderWindowsMalwareOverview.Builder. malwareNameSummary(WindowsMalwareNameCount... malwareNameSummary)“List of device counts per malware”Method parameters in odata.msgraph.client.complex with type arguments of type WindowsMalwareNameCount Modifier and Type Method Description WindowsMalwareOverview.BuilderWindowsMalwareOverview.Builder. malwareNameSummary(List<WindowsMalwareNameCount> malwareNameSummary)“List of device counts per malware”
-