SecurityBaselineDeviceState |
SecurityBaselineDeviceState.Builder.build() |
|
SecurityBaselineDeviceState |
SecurityBaselineDeviceState.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
SecurityBaselineDeviceState |
SecurityBaselineDeviceState.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
SecurityBaselineDeviceState |
SecurityBaselineDeviceState.withDeviceDisplayName(String deviceDisplayName) |
Returns an immutable copy of this with just the deviceDisplayName
field changed.
|
SecurityBaselineDeviceState |
SecurityBaselineDeviceState.withLastReportedDateTime(OffsetDateTime lastReportedDateTime) |
Returns an immutable copy of this with just the
lastReportedDateTime field changed.
|
SecurityBaselineDeviceState |
SecurityBaselineDeviceState.withManagedDeviceId(String managedDeviceId) |
Returns an immutable copy of this with just the managedDeviceId
field changed.
|
SecurityBaselineDeviceState |
SecurityBaselineDeviceState.withState(SecurityBaselineComplianceState state) |
Returns an immutable copy of this with just the state field
changed.
|
SecurityBaselineDeviceState |
SecurityBaselineDeviceState.withUnmappedField(String name,
String value) |
|
SecurityBaselineDeviceState |
SecurityBaselineDeviceState.withUserPrincipalName(String userPrincipalName) |
Returns an immutable copy of this with just the userPrincipalName
field changed.
|