|
|
|
@ -18,10 +18,7 @@
|
|
|
|
|
*/
|
|
|
|
|
package org.wso2.carbon.mdm.services.android.services;
|
|
|
|
|
|
|
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
|
import io.swagger.annotations.ApiResponse;
|
|
|
|
|
import io.swagger.annotations.ApiResponses;
|
|
|
|
|
import io.swagger.annotations.*;
|
|
|
|
|
import org.wso2.carbon.device.mgt.common.configuration.mgt.PlatformConfiguration;
|
|
|
|
|
import org.wso2.carbon.mdm.services.android.exception.AndroidAgentException;
|
|
|
|
|
|
|
|
|
@ -30,6 +27,8 @@ import javax.ws.rs.core.MediaType;
|
|
|
|
|
import javax.ws.rs.core.Response;
|
|
|
|
|
|
|
|
|
|
@Path("/configuration")
|
|
|
|
|
|
|
|
|
|
@Api(value = "DeviceTypeConfiguration", description = "Device type specific configuration APIs.")
|
|
|
|
|
@Produces(MediaType.APPLICATION_JSON)
|
|
|
|
|
@Consumes(MediaType.APPLICATION_JSON)
|
|
|
|
|
public interface DeviceTypeConfigurationService {
|
|
|
|
|