Uses of Class
com.microsoft.graph.models.DeviceManagementExportJob
Packages that use DeviceManagementExportJob
-
Uses of DeviceManagementExportJob in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DeviceManagementExportJobModifier and TypeMethodDescriptionstatic DeviceManagementExportJobDeviceManagementExportJob.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type DeviceManagementExportJobModifier and TypeMethodDescriptionDeviceManagementReports.getExportJobs()Gets the exportJobs property value.DeviceManagementExportJobCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type DeviceManagementExportJobModifier and TypeMethodDescriptionvoidDeviceManagementReports.setExportJobs(List<DeviceManagementExportJob> value) Sets the exportJobs property value.voidDeviceManagementExportJobCollectionResponse.setValue(List<DeviceManagementExportJob> value) Sets the value property value.