Uses of Class
odata.msgraph.client.enums.DeviceManagementReportStatus
-
Packages that use DeviceManagementReportStatus Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of DeviceManagementReportStatus in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as DeviceManagementReportStatus Modifier and Type Field Description protected DeviceManagementReportStatusDeviceManagementExportJob. statusMethods in odata.msgraph.client.entity that return types with arguments of type DeviceManagementReportStatus Modifier and Type Method Description Optional<DeviceManagementReportStatus>DeviceManagementExportJob. getStatus()“Status of the export job”Methods in odata.msgraph.client.entity with parameters of type DeviceManagementReportStatus Modifier and Type Method Description DeviceManagementExportJob.BuilderDeviceManagementExportJob.Builder. status(DeviceManagementReportStatus status)“Status of the export job”DeviceManagementExportJobDeviceManagementExportJob. withStatus(DeviceManagementReportStatus status)Returns an immutable copy ofthiswith just thestatusfield changed. -
Uses of DeviceManagementReportStatus in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return DeviceManagementReportStatus Modifier and Type Method Description static DeviceManagementReportStatusDeviceManagementReportStatus. 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.
-