Package odata.msgraph.client.beta.entity
Class WindowsMalwareInformation.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.WindowsMalwareInformation.Builder
-
- Enclosing class:
- WindowsMalwareInformation
public static final class WindowsMalwareInformation.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WindowsMalwareInformation.BuilderadditionalInformationUrl(String additionalInformationUrl)“Information URL to learn more about the malware”WindowsMalwareInformationbuild()WindowsMalwareInformation.Buildercategory(WindowsMalwareCategory category)“Category of the malware”WindowsMalwareInformation.BuilderdisplayName(String displayName)“Malware name”WindowsMalwareInformation.Builderid(String id)WindowsMalwareInformation.BuilderlastDetectionDateTime(OffsetDateTime lastDetectionDateTime)“The last time the malware is detected”WindowsMalwareInformation.Builderseverity(WindowsMalwareSeverity severity)“Severity of the malware”
-
-
-
Method Detail
-
id
public WindowsMalwareInformation.Builder id(String id)
-
additionalInformationUrl
public WindowsMalwareInformation.Builder additionalInformationUrl(String additionalInformationUrl)
“Information URL to learn more about the malware”- Parameters:
additionalInformationUrl- value ofadditionalInformationUrlproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
category
public WindowsMalwareInformation.Builder category(WindowsMalwareCategory category)
“Category of the malware”- Parameters:
category- value ofcategoryproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
displayName
public WindowsMalwareInformation.Builder displayName(String displayName)
“Malware name”- Parameters:
displayName- value ofdisplayNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
lastDetectionDateTime
public WindowsMalwareInformation.Builder lastDetectionDateTime(OffsetDateTime lastDetectionDateTime)
“The last time the malware is detected”- Parameters:
lastDetectionDateTime- value oflastDetectionDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
severity
public WindowsMalwareInformation.Builder severity(WindowsMalwareSeverity severity)
“Severity of the malware”- Parameters:
severity- value ofseverityproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public WindowsMalwareInformation build()
-
-