WindowsUpdateState |
WindowsUpdateState.Builder.build() |
|
WindowsUpdateState |
WindowsUpdateState.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
WindowsUpdateState |
WindowsUpdateState.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
WindowsUpdateState |
WindowsUpdateState.withDeviceDisplayName(String deviceDisplayName) |
Returns an immutable copy of this with just the deviceDisplayName
field changed.
|
WindowsUpdateState |
WindowsUpdateState.withDeviceId(String deviceId) |
Returns an immutable copy of this with just the deviceId field
changed.
|
WindowsUpdateState |
WindowsUpdateState.withFeatureUpdateVersion(String featureUpdateVersion) |
Returns an immutable copy of this with just the
featureUpdateVersion field changed.
|
WindowsUpdateState |
WindowsUpdateState.withLastScanDateTime(OffsetDateTime lastScanDateTime) |
Returns an immutable copy of this with just the lastScanDateTime
field changed.
|
WindowsUpdateState |
WindowsUpdateState.withLastSyncDateTime(OffsetDateTime lastSyncDateTime) |
Returns an immutable copy of this with just the lastSyncDateTime
field changed.
|
WindowsUpdateState |
WindowsUpdateState.withQualityUpdateVersion(String qualityUpdateVersion) |
Returns an immutable copy of this with just the
qualityUpdateVersion field changed.
|
WindowsUpdateState |
WindowsUpdateState.withStatus(WindowsUpdateStatus status) |
Returns an immutable copy of this with just the status field
changed.
|
WindowsUpdateState |
WindowsUpdateState.withUnmappedField(String name,
String value) |
|
WindowsUpdateState |
WindowsUpdateState.withUserId(String userId) |
Returns an immutable copy of this with just the userId field
changed.
|
WindowsUpdateState |
WindowsUpdateState.withUserPrincipalName(String userPrincipalName) |
Returns an immutable copy of this with just the userPrincipalName
field changed.
|