| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2018–2020. All rights reserved.