Uses of Class
com.axway.apim.adapter.apis.APIFilter.Builder.APIType
-
Packages that use APIFilter.Builder.APIType Package Description com.axway.apim.adapter.apis -
-
Uses of APIFilter.Builder.APIType in com.axway.apim.adapter.apis
Methods in com.axway.apim.adapter.apis that return APIFilter.Builder.APIType Modifier and Type Method Description APIFilter.Builder.APITypeAPIFilter. getType()static APIFilter.Builder.APITypeAPIFilter.Builder.APIType. valueOf(String name)Returns the enum constant of this type with the specified name.static APIFilter.Builder.APIType[]APIFilter.Builder.APIType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.axway.apim.adapter.apis with parameters of type APIFilter.Builder.APIType Constructor Description Builder(APIFilter.Builder.APIType type)Creates a ClientAppAdapter based on the provided configuration using all registered AdaptersBuilder(APIFilter.Builder.APIType type, boolean loadBackendAPI)Creates a ClientAppAdapter based on the provided configuration using all registered Adapters
-