WindowsDeviceMalwareState |
WindowsDeviceMalwareState.Builder.build() |
|
WindowsDeviceMalwareState |
WindowsDeviceMalwareState.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
WindowsDeviceMalwareState |
WindowsDeviceMalwareState.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
WindowsDeviceMalwareState |
WindowsDeviceMalwareState.withAdditionalInformationUrl(String additionalInformationUrl) |
Returns an immutable copy of this with just the
additionalInformationUrl field changed.
|
WindowsDeviceMalwareState |
WindowsDeviceMalwareState.withCategory(WindowsMalwareCategory category) |
Returns an immutable copy of this with just the category field
changed.
|
WindowsDeviceMalwareState |
WindowsDeviceMalwareState.withDetectionCount(Integer detectionCount) |
Returns an immutable copy of this with just the detectionCount
field changed.
|
WindowsDeviceMalwareState |
WindowsDeviceMalwareState.withDisplayName(String displayName) |
Returns an immutable copy of this with just the displayName
field changed.
|
WindowsDeviceMalwareState |
WindowsDeviceMalwareState.withExecutionState(WindowsMalwareExecutionState executionState) |
Returns an immutable copy of this with just the executionState
field changed.
|
WindowsDeviceMalwareState |
WindowsDeviceMalwareState.withInitialDetectionDateTime(OffsetDateTime initialDetectionDateTime) |
Returns an immutable copy of this with just the
initialDetectionDateTime field changed.
|
WindowsDeviceMalwareState |
WindowsDeviceMalwareState.withLastStateChangeDateTime(OffsetDateTime lastStateChangeDateTime) |
Returns an immutable copy of this with just the
lastStateChangeDateTime field changed.
|
WindowsDeviceMalwareState |
WindowsDeviceMalwareState.withSeverity(WindowsMalwareSeverity severity) |
Returns an immutable copy of this with just the severity field
changed.
|
WindowsDeviceMalwareState |
WindowsDeviceMalwareState.withState(WindowsMalwareState state) |
Returns an immutable copy of this with just the state field
changed.
|
WindowsDeviceMalwareState |
WindowsDeviceMalwareState.withThreatState(WindowsMalwareThreatState threatState) |
Returns an immutable copy of this with just the threatState
field changed.
|
WindowsDeviceMalwareState |
WindowsDeviceMalwareState.withUnmappedField(String name,
Object value) |
|