WindowsManagementAppHealthState |
WindowsManagementAppHealthState.Builder.build() |
|
WindowsManagementAppHealthState |
WindowsManagementAppHealthState.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
WindowsManagementAppHealthState |
WindowsManagementAppHealthState.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
WindowsManagementAppHealthState |
WindowsManagementAppHealthState.withDeviceName(String deviceName) |
Returns an immutable copy of this with just the deviceName field
changed.
|
WindowsManagementAppHealthState |
WindowsManagementAppHealthState.withDeviceOSVersion(String deviceOSVersion) |
Returns an immutable copy of this with just the deviceOSVersion
field changed.
|
WindowsManagementAppHealthState |
WindowsManagementAppHealthState.withHealthState(HealthState healthState) |
Returns an immutable copy of this with just the healthState
field changed.
|
WindowsManagementAppHealthState |
WindowsManagementAppHealthState.withInstalledVersion(String installedVersion) |
Returns an immutable copy of this with just the installedVersion
field changed.
|
WindowsManagementAppHealthState |
WindowsManagementAppHealthState.withLastCheckInDateTime(OffsetDateTime lastCheckInDateTime) |
Returns an immutable copy of this with just the
lastCheckInDateTime field changed.
|
WindowsManagementAppHealthState |
WindowsManagementAppHealthState.withUnmappedField(String name,
String value) |
|