Uses of Class
odata.msgraph.client.complex.OsVersionCount.Builder
-
Packages that use OsVersionCount.Builder Package Description odata.msgraph.client.complex -
-
Uses of OsVersionCount.Builder in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return OsVersionCount.Builder Modifier and Type Method Description static OsVersionCount.BuilderOsVersionCount. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).OsVersionCount.BuilderOsVersionCount.Builder. deviceCount(Integer deviceCount)“Count of devices with malware for the OS version”OsVersionCount.BuilderOsVersionCount.Builder. lastUpdateDateTime(OffsetDateTime lastUpdateDateTime)“The Timestamp of the last update for the device count in UTC”OsVersionCount.BuilderOsVersionCount.Builder. osVersion(String osVersion)“OS version”
-