public class DeviceTypeManagementServiceImpl extends Object implements DeviceTypeManagementService
| Constructor and Description |
|---|
DeviceTypeManagementServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getDeviceTypes(String ifModifiedSince) |
javax.ws.rs.core.Response |
getFeatures(String type,
String ifModifiedSince) |
public javax.ws.rs.core.Response getDeviceTypes(@HeaderParam(value="If-Modified-Since")
String ifModifiedSince)
getDeviceTypes in interface DeviceTypeManagementServicepublic javax.ws.rs.core.Response getFeatures(@Size(max=45)
String type,
@HeaderParam(value="If-Modified-Since")
String ifModifiedSince)
getFeatures in interface DeviceTypeManagementServiceCopyright © 2017 WSO2. All rights reserved.