public class DevicesApiServiceImpl extends DevicesApiService
| Constructor and Description |
|---|
DevicesApiServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
devicesEnrollTypeDeviceIdDelete(Device device,
String deviceId,
String type,
org.wso2.msf4j.Request request) |
javax.ws.rs.core.Response |
devicesEnrollTypeDeviceIdPut(Device device,
String deviceId,
String type,
org.wso2.msf4j.Request request) |
javax.ws.rs.core.Response |
devicesEnrollTypePost(Device device,
String type,
org.wso2.msf4j.Request request) |
javax.ws.rs.core.Response |
devicesEventsPublishDataTypeDeviceIdPost(Device device,
String type,
String deviceId,
org.wso2.msf4j.Request request) |
javax.ws.rs.core.Response |
devicesEventsPublishTypeDeviceIdPost(Device device,
String deviceId,
String type,
org.wso2.msf4j.Request request) |
javax.ws.rs.core.Response |
devicesOperationsTypeDeviceIdGet(String type,
String deviceId,
String status,
Integer limit,
String offset,
org.wso2.msf4j.Request request) |
javax.ws.rs.core.Response |
devicesOperationsTypeDeviceIdOperationIdGet(String type,
String deviceId,
Integer operationId,
org.wso2.msf4j.Request request) |
javax.ws.rs.core.Response |
devicesOperationsTypeDeviceIdOperationIdPut(Operation operation,
String type,
String deviceId,
String operationId,
org.wso2.msf4j.Request request) |
public javax.ws.rs.core.Response devicesEnrollTypeDeviceIdDelete(Device device, String deviceId, String type, org.wso2.msf4j.Request request) throws NotFoundException
devicesEnrollTypeDeviceIdDelete in class DevicesApiServiceNotFoundExceptionpublic javax.ws.rs.core.Response devicesEnrollTypeDeviceIdPut(Device device, String deviceId, String type, org.wso2.msf4j.Request request) throws NotFoundException
devicesEnrollTypeDeviceIdPut in class DevicesApiServiceNotFoundExceptionpublic javax.ws.rs.core.Response devicesEnrollTypePost(Device device, String type, org.wso2.msf4j.Request request) throws NotFoundException
devicesEnrollTypePost in class DevicesApiServiceNotFoundExceptionpublic javax.ws.rs.core.Response devicesEventsPublishDataTypeDeviceIdPost(Device device, String type, String deviceId, org.wso2.msf4j.Request request) throws NotFoundException
devicesEventsPublishDataTypeDeviceIdPost in class DevicesApiServiceNotFoundExceptionpublic javax.ws.rs.core.Response devicesEventsPublishTypeDeviceIdPost(Device device, String deviceId, String type, org.wso2.msf4j.Request request) throws NotFoundException
devicesEventsPublishTypeDeviceIdPost in class DevicesApiServiceNotFoundExceptionpublic javax.ws.rs.core.Response devicesOperationsTypeDeviceIdGet(String type, String deviceId, String status, Integer limit, String offset, org.wso2.msf4j.Request request) throws NotFoundException
devicesOperationsTypeDeviceIdGet in class DevicesApiServiceNotFoundExceptionpublic javax.ws.rs.core.Response devicesOperationsTypeDeviceIdOperationIdGet(String type, String deviceId, Integer operationId, org.wso2.msf4j.Request request) throws NotFoundException
devicesOperationsTypeDeviceIdOperationIdGet in class DevicesApiServiceNotFoundExceptionpublic javax.ws.rs.core.Response devicesOperationsTypeDeviceIdOperationIdPut(Operation operation, String type, String deviceId, String operationId, org.wso2.msf4j.Request request) throws NotFoundException
devicesOperationsTypeDeviceIdOperationIdPut in class DevicesApiServiceNotFoundExceptionCopyright © 2017 WSO2. All rights reserved.