Uses of Class
odata.msgraph.client.beta.complex.OsVersionCount
-
Packages that use OsVersionCount Package Description odata.msgraph.client.beta.complex -
-
Uses of OsVersionCount in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type OsVersionCount Modifier and Type Field Description protected List<OsVersionCount>WindowsMalwareOverview. osVersionsSummaryMethods in odata.msgraph.client.beta.complex that return OsVersionCount Modifier and Type Method Description OsVersionCountOsVersionCount.Builder. build()OsVersionCountOsVersionCount. withDeviceCount(Integer deviceCount)Returns an immutable copy ofthiswith just thedeviceCountfield changed.OsVersionCountOsVersionCount. withLastUpdateDateTime(OffsetDateTime lastUpdateDateTime)Returns an immutable copy ofthiswith just thelastUpdateDateTimefield changed.OsVersionCountOsVersionCount. withOsVersion(String osVersion)Returns an immutable copy ofthiswith just theosVersionfield changed.OsVersionCountOsVersionCount. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type OsVersionCount Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<OsVersionCount>WindowsMalwareOverview. getOsVersionsSummary()“Count of devices with malware per windows OS version”com.github.davidmoten.odata.client.CollectionPage<OsVersionCount>WindowsMalwareOverview. getOsVersionsSummary(com.github.davidmoten.odata.client.HttpRequestOptions options)“Count of devices with malware per windows OS version”Methods in odata.msgraph.client.beta.complex with parameters of type OsVersionCount Modifier and Type Method Description WindowsMalwareOverview.BuilderWindowsMalwareOverview.Builder. osVersionsSummary(OsVersionCount... osVersionsSummary)“Count of devices with malware per windows OS version”Method parameters in odata.msgraph.client.beta.complex with type arguments of type OsVersionCount Modifier and Type Method Description WindowsMalwareOverview.BuilderWindowsMalwareOverview.Builder. osVersionsSummary(List<OsVersionCount> osVersionsSummary)“Count of devices with malware per windows OS version”
-