| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
DeviceComplianceDeviceStatus |
DeviceComplianceDeviceStatus.Builder.build() |
DeviceComplianceDeviceStatus |
DeviceComplianceDeviceStatus.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
DeviceComplianceDeviceStatus |
DeviceComplianceDeviceStatus.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
DeviceComplianceDeviceStatus |
DeviceComplianceDeviceStatus.withComplianceGracePeriodExpirationDateTime(OffsetDateTime complianceGracePeriodExpirationDateTime)
Returns an immutable copy of
this with just the complianceGracePeriodExpirationDateTime field changed. |
DeviceComplianceDeviceStatus |
DeviceComplianceDeviceStatus.withDeviceDisplayName(String deviceDisplayName)
Returns an immutable copy of
this with just the deviceDisplayName
field changed. |
DeviceComplianceDeviceStatus |
DeviceComplianceDeviceStatus.withDeviceModel(String deviceModel)
Returns an immutable copy of
this with just the deviceModel
field changed. |
DeviceComplianceDeviceStatus |
DeviceComplianceDeviceStatus.withLastReportedDateTime(OffsetDateTime lastReportedDateTime)
Returns an immutable copy of
this with just the lastReportedDateTime field changed. |
DeviceComplianceDeviceStatus |
DeviceComplianceDeviceStatus.withPlatform(Integer platform)
Returns an immutable copy of
this with just the platform field
changed. |
DeviceComplianceDeviceStatus |
DeviceComplianceDeviceStatus.withStatus(ComplianceStatus status)
Returns an immutable copy of
this with just the status field
changed. |
DeviceComplianceDeviceStatus |
DeviceComplianceDeviceStatus.withUserName(String userName)
Returns an immutable copy of
this with just the userName field
changed. |
DeviceComplianceDeviceStatus |
DeviceComplianceDeviceStatus.withUserPrincipalName(String userPrincipalName)
Returns an immutable copy of
this with just the userPrincipalName
field changed. |
Copyright © 2018–2020. All rights reserved.