DeviceInstallState |
DeviceInstallState.Builder.build() |
|
DeviceInstallState |
DeviceInstallState.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
DeviceInstallState |
DeviceInstallState.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
DeviceInstallState |
DeviceInstallState.withDeviceId(String deviceId) |
Returns an immutable copy of this with just the deviceId field
changed.
|
DeviceInstallState |
DeviceInstallState.withDeviceName(String deviceName) |
Returns an immutable copy of this with just the deviceName field
changed.
|
DeviceInstallState |
DeviceInstallState.withErrorCode(String errorCode) |
Returns an immutable copy of this with just the errorCode field
changed.
|
DeviceInstallState |
DeviceInstallState.withInstallState(InstallState installState) |
Returns an immutable copy of this with just the installState
field changed.
|
DeviceInstallState |
DeviceInstallState.withLastSyncDateTime(OffsetDateTime lastSyncDateTime) |
Returns an immutable copy of this with just the lastSyncDateTime
field changed.
|
DeviceInstallState |
DeviceInstallState.withOsDescription(String osDescription) |
Returns an immutable copy of this with just the osDescription
field changed.
|
DeviceInstallState |
DeviceInstallState.withOsVersion(String osVersion) |
Returns an immutable copy of this with just the osVersion field
changed.
|
DeviceInstallState |
DeviceInstallState.withUnmappedField(String name,
String value) |
|
DeviceInstallState |
DeviceInstallState.withUserName(String userName) |
Returns an immutable copy of this with just the userName field
changed.
|