| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected DeviceManagementReportFileFormat |
DeviceManagementExportJob.format |
protected DeviceManagementReportFileFormat |
DeviceManagementReportSchedule.format |
| Modifier and Type | Method and Description |
|---|---|
Optional<DeviceManagementReportFileFormat> |
DeviceManagementExportJob.getFormat()
“Format of the exported report”
|
Optional<DeviceManagementReportFileFormat> |
DeviceManagementReportSchedule.getFormat()
“Format of the scheduled report”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementExportJob.Builder |
DeviceManagementExportJob.Builder.format(DeviceManagementReportFileFormat format)
“Format of the exported report”
|
DeviceManagementReportSchedule.Builder |
DeviceManagementReportSchedule.Builder.format(DeviceManagementReportFileFormat format)
“Format of the scheduled report”
|
DeviceManagementExportJob |
DeviceManagementExportJob.withFormat(DeviceManagementReportFileFormat format)
Returns an immutable copy of
this with just the format field
changed. |
DeviceManagementReportSchedule |
DeviceManagementReportSchedule.withFormat(DeviceManagementReportFileFormat format)
Returns an immutable copy of
this with just the format field
changed. |
| Modifier and Type | Method and Description |
|---|---|
static DeviceManagementReportFileFormat |
DeviceManagementReportFileFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceManagementReportFileFormat[] |
DeviceManagementReportFileFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.