| Package | Description |
|---|---|
| com.axway.apim.adapter.apis |
| Modifier and Type | Method and Description |
|---|---|
APIFilter.METHOD_TRANSLATION |
APIFilter.getTranslateMethodMode() |
static APIFilter.METHOD_TRANSLATION |
APIFilter.METHOD_TRANSLATION.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIFilter.METHOD_TRANSLATION[] |
APIFilter.METHOD_TRANSLATION.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
APIFilter.setTranslateMethodMode(APIFilter.METHOD_TRANSLATION translateMethodMode) |
<profile> void |
APIManagerAPIAdapter.translateMethodIds(API api,
APIFilter.METHOD_TRANSLATION mode)
Translates the methodIds of the given api.
|
<profile> void |
APIManagerAPIAdapter.translateMethodIds(API api,
String apiId,
APIFilter.METHOD_TRANSLATION mode)
Translates the methodIds of the given api.
|
<profile> void |
APIManagerAPIAdapter.translateMethodIds(List<API> apis,
List<String> apiIds,
APIFilter.METHOD_TRANSLATION mode) |
APIFilter.Builder |
APIFilter.Builder.translateMethods(APIFilter.METHOD_TRANSLATION translateMethodMode) |
Copyright © 2020. All rights reserved.