public interface DeviceManagementAdminService
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
disenroll(String headerParam,
List<String> deviceIds) |
javax.ws.rs.core.Response |
getDeviceLocation(List<String> deviceIDs) |
javax.ws.rs.core.Response |
lock(String headerParam,
List<String> deviceIds) |
javax.ws.rs.core.Response |
lockReset(String acceptHeader,
List<String> deviceIds) |
javax.ws.rs.core.Response |
rebootDevice(List<String> deviceIDs) |
javax.ws.rs.core.Response |
ring(String headerParam,
List<String> deviceIds) |
javax.ws.rs.core.Response |
wipe(String headerParam,
List<String> deviceIds) |
javax.ws.rs.core.Response lock(@HeaderParam(value="Accept")
String headerParam,
List<String> deviceIds)
throws WindowsDeviceEnrolmentException
WindowsDeviceEnrolmentExceptionjavax.ws.rs.core.Response disenroll(@HeaderParam(value="Accept")
String headerParam,
List<String> deviceIds)
throws WindowsDeviceEnrolmentException
WindowsDeviceEnrolmentExceptionjavax.ws.rs.core.Response wipe(@HeaderParam(value="Accept")
String headerParam,
List<String> deviceIds)
throws WindowsDeviceEnrolmentException
WindowsDeviceEnrolmentExceptionjavax.ws.rs.core.Response ring(@HeaderParam(value="Accept")
String headerParam,
List<String> deviceIds)
throws WindowsDeviceEnrolmentException
WindowsDeviceEnrolmentExceptionjavax.ws.rs.core.Response lockReset(@HeaderParam(value="Accept")
String acceptHeader,
List<String> deviceIds)
throws WindowsDeviceEnrolmentException
WindowsDeviceEnrolmentExceptionCopyright © 2017 WSO2. All rights reserved.