Package odata.msgraph.client.complex
Class WindowsMalwareNameCount.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.WindowsMalwareNameCount.Builder
-
- Enclosing class:
- WindowsMalwareNameCount
public static final class WindowsMalwareNameCount.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WindowsMalwareNameCountbuild()WindowsMalwareNameCount.BuilderdeviceCount(Integer deviceCount)“Count of devices with malware dectected for this malware”WindowsMalwareNameCount.BuilderlastUpdateDateTime(OffsetDateTime lastUpdateDateTime)“The Timestamp of the last update for the device count in UTC”WindowsMalwareNameCount.BuildermalwareIdentifier(String malwareIdentifier)“The unique identifier.WindowsMalwareNameCount.Buildername(String name)“Malware name”
-
-
-
Method Detail
-
deviceCount
public WindowsMalwareNameCount.Builder deviceCount(Integer deviceCount)
“Count of devices with malware dectected for this malware”- Parameters:
deviceCount- value ofdeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
lastUpdateDateTime
public WindowsMalwareNameCount.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)
-
malwareIdentifier
public WindowsMalwareNameCount.Builder malwareIdentifier(String malwareIdentifier)
“The unique identifier. This is malware identifier”- Parameters:
malwareIdentifier- value ofmalwareIdentifierproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
name
public WindowsMalwareNameCount.Builder name(String name)
“Malware name”- Parameters:
name- value ofnameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public WindowsMalwareNameCount build()
-
-