Improve comments

reporting
shamalka 4 years ago
parent 756d73d2cf
commit 240f157565

@ -28,7 +28,8 @@ public interface DeviceTypeCommonService {
/** /**
* To get Enrollment QR code against Ownership type * 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 * @throws DeviceManagementException if error occurred while generating the QR String for Ownership
*/ */
QREnrollmentPayload getEnrollmentQRCode(String ownershipType) throws DeviceManagementException; QREnrollmentPayload getEnrollmentQRCode(String ownershipType) throws DeviceManagementException;

Loading…
Cancel
Save