Uses of Class
odata.msgraph.client.complex.OsVersionCount
-
Packages that use OsVersionCount Package Description odata.msgraph.client.complex -
-
Uses of OsVersionCount in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type OsVersionCount Modifier and Type Field Description protected List<OsVersionCount>WindowsMalwareOverview. osVersionsSummaryMethods in odata.msgraph.client.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, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type OsVersionCount Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<OsVersionCount>WindowsMalwareOverview. getOsVersionsSummary()“List of device counts with malware per windows OS version”com.github.davidmoten.odata.client.CollectionPage<OsVersionCount>WindowsMalwareOverview. getOsVersionsSummary(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of device counts with malware per windows OS version”Methods in odata.msgraph.client.complex with parameters of type OsVersionCount Modifier and Type Method Description WindowsMalwareOverview.BuilderWindowsMalwareOverview.Builder. osVersionsSummary(OsVersionCount... osVersionsSummary)“List of device counts with malware per windows OS version”Method parameters in odata.msgraph.client.complex with type arguments of type OsVersionCount Modifier and Type Method Description WindowsMalwareOverview.BuilderWindowsMalwareOverview.Builder. osVersionsSummary(List<OsVersionCount> osVersionsSummary)“List of device counts with malware per windows OS version”
-