libkazv
device_management.hpp File Reference
Include dependency graph for device_management.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Kazv::Api::GetDevicesJob
 List registered devices for the current user. More...
 
class  Kazv::Api::GetDevicesJob::JobResponse
 
class  Kazv::Api::GetDeviceJob
 Get a single device. More...
 
class  Kazv::Api::GetDeviceJob::JobResponse
 
class  Kazv::Api::UpdateDeviceJob
 Update a device. More...
 
class  Kazv::Api::UpdateDeviceJob::JobResponse
 
class  Kazv::Api::DeleteDeviceJob
 Delete a device. More...
 
class  Kazv::Api::DeleteDeviceJob::JobResponse
 
class  Kazv::Api::DeleteDevicesJob
 Bulk deletion of devices. More...
 
class  Kazv::Api::DeleteDevicesJob::JobResponse
 

Namespaces

 Kazv
 
 Kazv::Api
 
 nlohmann
 

Typedefs

using Kazv::Api::GetDevicesResponse = GetDevicesJob::JobResponse
 
using Kazv::Api::GetDeviceResponse = GetDeviceJob::JobResponse
 
using Kazv::Api::UpdateDeviceResponse = UpdateDeviceJob::JobResponse
 
using Kazv::Api::DeleteDeviceResponse = DeleteDeviceJob::JobResponse
 
using Kazv::Api::DeleteDevicesResponse = DeleteDevicesJob::JobResponse