| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementCachedReportConfiguration |
DeviceManagementCachedReportConfiguration.Builder.build() |
DeviceManagementCachedReportConfiguration |
DeviceManagementCachedReportConfiguration.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
DeviceManagementCachedReportConfiguration |
DeviceManagementCachedReportConfiguration.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
DeviceManagementCachedReportConfiguration |
DeviceManagementCachedReportConfiguration.withExpirationDateTime(OffsetDateTime expirationDateTime)
Returns an immutable copy of
this with just the expirationDateTime field changed. |
DeviceManagementCachedReportConfiguration |
DeviceManagementCachedReportConfiguration.withFilter(String filter)
Returns an immutable copy of
this with just the filter field
changed. |
DeviceManagementCachedReportConfiguration |
DeviceManagementCachedReportConfiguration.withLastRefreshDateTime(OffsetDateTime lastRefreshDateTime)
Returns an immutable copy of
this with just the lastRefreshDateTime field changed. |
DeviceManagementCachedReportConfiguration |
DeviceManagementCachedReportConfiguration.withMetadata(String metadata)
Returns an immutable copy of
this with just the metadata field
changed. |
DeviceManagementCachedReportConfiguration |
DeviceManagementCachedReportConfiguration.withReportName(String reportName)
Returns an immutable copy of
this with just the reportName field
changed. |
DeviceManagementCachedReportConfiguration |
DeviceManagementCachedReportConfiguration.withStatus(DeviceManagementReportStatus status)
Returns an immutable copy of
this with just the status field
changed. |
Copyright © 2018–2020. All rights reserved.