| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected DeviceManagementReportStatus |
DeviceManagementExportJob.status |
protected DeviceManagementReportStatus |
DeviceManagementCachedReportConfiguration.status |
| Modifier and Type | Method and Description |
|---|---|
Optional<DeviceManagementReportStatus> |
DeviceManagementExportJob.getStatus()
“Status of the export job”
|
Optional<DeviceManagementReportStatus> |
DeviceManagementCachedReportConfiguration.getStatus()
“Status of the cached report”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementExportJob.Builder |
DeviceManagementExportJob.Builder.status(DeviceManagementReportStatus status)
“Status of the export job”
|
DeviceManagementCachedReportConfiguration.Builder |
DeviceManagementCachedReportConfiguration.Builder.status(DeviceManagementReportStatus status)
“Status of the cached report”
|
DeviceManagementExportJob |
DeviceManagementExportJob.withStatus(DeviceManagementReportStatus status)
Returns an immutable copy of
this with just the status field
changed. |
DeviceManagementCachedReportConfiguration |
DeviceManagementCachedReportConfiguration.withStatus(DeviceManagementReportStatus status)
Returns an immutable copy of
this with just the status field
changed. |
| Modifier and Type | Method and Description |
|---|---|
static DeviceManagementReportStatus |
DeviceManagementReportStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceManagementReportStatus[] |
DeviceManagementReportStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.