public class APIManagerAPIMethodAdapter extends Object
| Constructor and Description |
|---|
APIManagerAPIMethodAdapter() |
| Modifier and Type | Method and Description |
|---|---|
List<APIMethod> |
getAllMethodsForAPI(String apiId) |
APIMethod |
getMethodForId(String apiId,
String methodId) |
APIMethod |
getMethodForName(String apiId,
String methodName) |
public List<APIMethod> getAllMethodsForAPI(String apiId) throws AppException
AppExceptionpublic APIMethod getMethodForName(String apiId, String methodName) throws AppException
AppExceptionpublic APIMethod getMethodForId(String apiId, String methodId) throws AppException
AppExceptionCopyright © 2020. All rights reserved.