Package odata.msgraph.client.complex
Class OsVersionCount.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.OsVersionCount.Builder
-
- Enclosing class:
- OsVersionCount
public static final class OsVersionCount.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OsVersionCountbuild()OsVersionCount.BuilderdeviceCount(Integer deviceCount)“Count of devices with malware for the OS version”OsVersionCount.BuilderlastUpdateDateTime(OffsetDateTime lastUpdateDateTime)“The Timestamp of the last update for the device count in UTC”OsVersionCount.BuilderosVersion(String osVersion)“OS version”
-
-
-
Method Detail
-
deviceCount
public OsVersionCount.Builder deviceCount(Integer deviceCount)
“Count of devices with malware for the OS version”- Parameters:
deviceCount- value ofdeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
lastUpdateDateTime
public OsVersionCount.Builder lastUpdateDateTime(OffsetDateTime lastUpdateDateTime)
“The Timestamp of the last update for the device count in UTC”- Parameters:
lastUpdateDateTime- value oflastUpdateDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
osVersion
public OsVersionCount.Builder osVersion(String osVersion)
“OS version”- Parameters:
osVersion- value ofosVersionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public OsVersionCount build()
-
-