| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
WindowsMalwareInformation |
WindowsMalwareInformation.Builder.build() |
WindowsMalwareInformation |
WindowsMalwareInformation.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
WindowsMalwareInformation |
WindowsMalwareInformation.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
WindowsMalwareInformation |
WindowsMalwareInformation.withAdditionalInformationUrl(String additionalInformationUrl)
Returns an immutable copy of
this with just the additionalInformationUrl field changed. |
WindowsMalwareInformation |
WindowsMalwareInformation.withCategory(WindowsMalwareCategory category)
Returns an immutable copy of
this with just the category field
changed. |
WindowsMalwareInformation |
WindowsMalwareInformation.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
WindowsMalwareInformation |
WindowsMalwareInformation.withLastDetectionDateTime(OffsetDateTime lastDetectionDateTime)
Returns an immutable copy of
this with just the lastDetectionDateTime field changed. |
WindowsMalwareInformation |
WindowsMalwareInformation.withSeverity(WindowsMalwareSeverity severity)
Returns an immutable copy of
this with just the severity field
changed. |
Copyright © 2018–2020. All rights reserved.