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