Uses of Class
com.axway.apim.api.model.APIMethod
-
Packages that use APIMethod Package Description com.axway.apim.adapter.apis com.axway.apim.api -
-
Uses of APIMethod in com.axway.apim.adapter.apis
Methods in com.axway.apim.adapter.apis that return APIMethod Modifier and Type Method Description APIMethodAPIManagerAPIMethodAdapter. getMethodForId(String apiId, String methodId)APIMethodAPIManagerAPIMethodAdapter. getMethodForName(String apiId, String methodName)Methods in com.axway.apim.adapter.apis that return types with arguments of type APIMethod Modifier and Type Method Description List<APIMethod>APIManagerAPIMethodAdapter. getAllMethodsForAPI(String apiId)Methods in com.axway.apim.adapter.apis with parameters of type APIMethod Modifier and Type Method Description voidAPIManagerAPIMethodAdapter. updateApiMethod(APIMethod apiMethod) -
Uses of APIMethod in com.axway.apim.api
Fields in com.axway.apim.api with type parameters of type APIMethod Modifier and Type Field Description protected List<APIMethod>API. apiMethodsMethods in com.axway.apim.api that return types with arguments of type APIMethod Modifier and Type Method Description List<APIMethod>API. getApiMethods()Method parameters in com.axway.apim.api with type arguments of type APIMethod Modifier and Type Method Description voidAPI. setApiMethods(List<APIMethod> apiMethods)
-