|
|
@ -227,7 +227,6 @@ import java.util.List;
|
|
|
|
)
|
|
|
|
)
|
|
|
|
public interface DeviceManagementAdminService {
|
|
|
|
public interface DeviceManagementAdminService {
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////
|
|
|
|
|
|
|
|
@POST
|
|
|
|
@POST
|
|
|
|
@Path("/file-transfer")
|
|
|
|
@Path("/file-transfer")
|
|
|
|
@ApiOperation(
|
|
|
|
@ApiOperation(
|
|
|
@ -237,7 +236,6 @@ public interface DeviceManagementAdminService {
|
|
|
|
value = "Adding a Screen Lock on Android devices",
|
|
|
|
value = "Adding a Screen Lock on Android devices",
|
|
|
|
notes = "Using this API you have the option of hard locking an Android device, where the Administrator " +
|
|
|
|
notes = "Using this API you have the option of hard locking an Android device, where the Administrator " +
|
|
|
|
"permanently locks the device or screen locking an Android device.",
|
|
|
|
"permanently locks the device or screen locking an Android device.",
|
|
|
|
////
|
|
|
|
|
|
|
|
response = Activity.class,
|
|
|
|
response = Activity.class,
|
|
|
|
tags = "Android Device Management Administrative Service",
|
|
|
|
tags = "Android Device Management Administrative Service",
|
|
|
|
extensions = {
|
|
|
|
extensions = {
|
|
|
@ -295,7 +293,6 @@ public interface DeviceManagementAdminService {
|
|
|
|
"Multiple device IDs can be added by using comma separated values. ",
|
|
|
|
"Multiple device IDs can be added by using comma separated values. ",
|
|
|
|
required = true) FileTransferBeanWrapper fileTransferBeanWrapper);
|
|
|
|
required = true) FileTransferBeanWrapper fileTransferBeanWrapper);
|
|
|
|
|
|
|
|
|
|
|
|
////////////////////////////////////
|
|
|
|
|
|
|
|
@POST
|
|
|
|
@POST
|
|
|
|
@Path("/lock-devices")
|
|
|
|
@Path("/lock-devices")
|
|
|
|
@ApiOperation(
|
|
|
|
@ApiOperation(
|
|
|
|