public class AdminApiServiceImpl extends AdminApiService
| Constructor and Description |
|---|
AdminApiServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
adminDeviceTypesGet(org.wso2.msf4j.Request request) |
javax.ws.rs.core.Response |
adminDeviceTypesPost(DeviceType type,
org.wso2.msf4j.Request request) |
javax.ws.rs.core.Response |
adminDeviceTypesPut(DeviceType type,
org.wso2.msf4j.Request request) |
public javax.ws.rs.core.Response adminDeviceTypesGet(org.wso2.msf4j.Request request)
throws NotFoundException
adminDeviceTypesGet in class AdminApiServiceNotFoundExceptionpublic javax.ws.rs.core.Response adminDeviceTypesPost(DeviceType type, org.wso2.msf4j.Request request) throws NotFoundException
adminDeviceTypesPost in class AdminApiServiceNotFoundExceptionpublic javax.ws.rs.core.Response adminDeviceTypesPut(DeviceType type, org.wso2.msf4j.Request request) throws NotFoundException
adminDeviceTypesPut in class AdminApiServiceNotFoundExceptionCopyright © 2017 WSO2. All rights reserved.