mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
code formatting
This commit is contained in:
parent
79447cbaf7
commit
a79580b8ac
@ -33,7 +33,8 @@ public class FileTransferBeanWrapper {
|
||||
@ApiModelProperty(name = "deviceIDs", value = "Device id list of the operation to be executed.", required = true)
|
||||
private List<String> deviceIDs;
|
||||
|
||||
@ApiModelProperty(name = "upload", value = "This is an inbound file transfer or out bound file transfer respective to the device.", required = true)
|
||||
@ApiModelProperty(name = "upload", value = "Upload / Download w.r.t device.",
|
||||
notes = "upload = true , If file is to be uploaded to the device.", required = true)
|
||||
private boolean upload;
|
||||
|
||||
@ApiModelProperty(name = "operation", value = "Information of the File Transfer Operation.", required = true)
|
||||
|
||||
@ -279,12 +279,12 @@ public interface DeviceManagementAdminService {
|
||||
@ApiResponse(
|
||||
code = 500,
|
||||
message = "Internal Server Error. \n " +
|
||||
"Server error occurred while locking the device.")
|
||||
"Server error occurred while file transfer operation.")
|
||||
})
|
||||
Response fileTransfer(
|
||||
@ApiParam(
|
||||
name = "fileTransfer",
|
||||
value ="Provide the ID of the Android device. Multiple device IDs can be added by using comma separated values. ",
|
||||
value = "Provide the ID of the Android device. Multiple device IDs can be added by using comma separated values.",
|
||||
required = true) FileTransferBeanWrapper fileTransferBeanWrapper);
|
||||
|
||||
@POST
|
||||
|
||||
Loading…
Reference in New Issue
Block a user