mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Improve comments
This commit is contained in:
parent
756d73d2cf
commit
240f157565
@ -28,7 +28,8 @@ public interface DeviceTypeCommonService {
|
||||
/**
|
||||
* To get Enrollment QR code against Ownership type
|
||||
*
|
||||
* @return QR code Map which contains key value pairs to have for the QR String.
|
||||
* @return {@link QREnrollmentPayload} object with payload to generate QR, invalidPlatformConfigs
|
||||
* and optionalPlatformConfigs.
|
||||
* @throws DeviceManagementException if error occurred while generating the QR String for Ownership
|
||||
*/
|
||||
QREnrollmentPayload getEnrollmentQRCode(String ownershipType) throws DeviceManagementException;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user