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