Uses of Enum
com.microsoft.graph.models.DeviceManagementReportStatus
Packages that use DeviceManagementReportStatus
-
Uses of DeviceManagementReportStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DeviceManagementReportStatusModifier and TypeMethodDescriptionstatic DeviceManagementReportStatusDeviceManagementExportJob.getStatus()Gets the status property value.static DeviceManagementReportStatusReturns 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.Methods in com.microsoft.graph.models with parameters of type DeviceManagementReportStatusModifier and TypeMethodDescriptionvoidDeviceManagementExportJob.setStatus(DeviceManagementReportStatus value) Sets the status property value.