| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
static DeviceManagementExportJob.Builder |
DeviceManagementExportJob.builderDeviceManagementExportJob()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
DeviceManagementExportJob.Builder |
DeviceManagementExportJob.Builder.expirationDateTime(OffsetDateTime expirationDateTime)
“Time that the exported report expires”
|
DeviceManagementExportJob.Builder |
DeviceManagementExportJob.Builder.filter(String filter)
“Filters applied on the report”
|
DeviceManagementExportJob.Builder |
DeviceManagementExportJob.Builder.format(DeviceManagementReportFileFormat format)
“Format of the exported report”
|
DeviceManagementExportJob.Builder |
DeviceManagementExportJob.Builder.id(String id) |
DeviceManagementExportJob.Builder |
DeviceManagementExportJob.Builder.reportName(String reportName)
“Name of the report”
|
DeviceManagementExportJob.Builder |
DeviceManagementExportJob.Builder.requestDateTime(OffsetDateTime requestDateTime)
“Time that the exported report was requested”
|
DeviceManagementExportJob.Builder |
DeviceManagementExportJob.Builder.select(List<String> select)
“Columns selected from the report”
|
DeviceManagementExportJob.Builder |
DeviceManagementExportJob.Builder.selectNextLink(String selectNextLink)
“Columns selected from the report”
|
DeviceManagementExportJob.Builder |
DeviceManagementExportJob.Builder.snapshotId(String snapshotId)
“A snapshot is an identifiable subset of the dataset represented by the
ReportName.
|
DeviceManagementExportJob.Builder |
DeviceManagementExportJob.Builder.status(DeviceManagementReportStatus status)
“Status of the export job”
|
DeviceManagementExportJob.Builder |
DeviceManagementExportJob.Builder.url(String url)
“Temporary location of the exported report”
|
Copyright © 2018–2020. All rights reserved.