Uses of Class
com.axway.apim.adapter.apis.APIFilter.POLICY_TRANSLATION
-
Packages that use APIFilter.POLICY_TRANSLATION Package Description com.axway.apim.adapter.apis -
-
Uses of APIFilter.POLICY_TRANSLATION in com.axway.apim.adapter.apis
Methods in com.axway.apim.adapter.apis that return APIFilter.POLICY_TRANSLATION Modifier and Type Method Description static APIFilter.POLICY_TRANSLATIONAPIFilter.POLICY_TRANSLATION. valueOf(String name)Returns the enum constant of this type with the specified name.static APIFilter.POLICY_TRANSLATION[]APIFilter.POLICY_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.POLICY_TRANSLATION Modifier and Type Method Description voidAPIFilter. setTranslatePolicyMode(APIFilter.POLICY_TRANSLATION translatePolicyMode)APIFilter.BuilderAPIFilter.Builder. translatePolicies(APIFilter.POLICY_TRANSLATION translatePolicyMode)
-