Uses of Class
com.axway.apim.adapter.apis.APIManagerAPIAccessAdapter.Type
-
Packages that use APIManagerAPIAccessAdapter.Type Package Description com.axway.apim.adapter.apis -
-
Uses of APIManagerAPIAccessAdapter.Type in com.axway.apim.adapter.apis
Methods in com.axway.apim.adapter.apis that return APIManagerAPIAccessAdapter.Type Modifier and Type Method Description static APIManagerAPIAccessAdapter.TypeAPIManagerAPIAccessAdapter.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static APIManagerAPIAccessAdapter.Type[]APIManagerAPIAccessAdapter.Type. 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 APIManagerAPIAccessAdapter.Type Modifier and Type Method Description voidAPIManagerAPIAccessAdapter. createAPIAccess(APIAccess apiAccess, AbstractEntity parentEntity, APIManagerAPIAccessAdapter.Type type)voidAPIManagerAPIAccessAdapter. deleteAPIAccess(APIAccess apiAccess, AbstractEntity parentEntity, APIManagerAPIAccessAdapter.Type type)List<APIAccess>APIManagerAPIAccessAdapter. getAPIAccess(AbstractEntity entity, APIManagerAPIAccessAdapter.Type type)List<APIAccess>APIManagerAPIAccessAdapter. getAPIAccess(AbstractEntity entity, APIManagerAPIAccessAdapter.Type type, boolean includeAPIName)voidAPIManagerAPIAccessAdapter. saveAPIAccess(List<APIAccess> apiAccess, AbstractEntity entity, APIManagerAPIAccessAdapter.Type type)
-