Uses of Class
com.axway.apim.adapter.apis.APIFilter.METHOD_TRANSLATION
-
Packages that use APIFilter.METHOD_TRANSLATION Package Description com.axway.apim.adapter.apis -
-
Uses of APIFilter.METHOD_TRANSLATION in com.axway.apim.adapter.apis
Methods in com.axway.apim.adapter.apis that return APIFilter.METHOD_TRANSLATION Modifier and Type Method Description APIFilter.METHOD_TRANSLATIONAPIFilter. getTranslateMethodMode()static APIFilter.METHOD_TRANSLATIONAPIFilter.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.Methods in com.axway.apim.adapter.apis with parameters of type APIFilter.METHOD_TRANSLATION Modifier and Type Method Description voidAPIFilter. setTranslateMethodMode(APIFilter.METHOD_TRANSLATION translateMethodMode)voidAPIManagerAPIAdapter. translateMethodIds(API api, APIFilter.METHOD_TRANSLATION mode)Translates the methodIds of the given api.voidAPIManagerAPIAdapter. translateMethodIds(API api, String apiId, APIFilter.METHOD_TRANSLATION mode)Translates the methodIds of the given api.voidAPIManagerAPIAdapter. translateMethodIds(List<API> apis, List<String> apiIds, APIFilter.METHOD_TRANSLATION mode)APIFilter.BuilderAPIFilter.Builder. translateMethods(APIFilter.METHOD_TRANSLATION translateMethodMode)
-