Uses of Class
com.axway.apim.api.model.APIAccess
-
Packages that use APIAccess Package Description com.axway.apim.adapter.apis com.axway.apim.adapter.jackson com.axway.apim.api.model com.axway.apim.api.model.apps -
-
Uses of APIAccess in com.axway.apim.adapter.apis
Methods in com.axway.apim.adapter.apis that return types with arguments of type APIAccess Modifier and Type Method Description List<APIAccess>APIManagerAPIAccessAdapter. getAPIAccess(AbstractEntity entity, APIManagerAPIAccessAdapter.Type type)List<APIAccess>APIManagerAPIAccessAdapter. getAPIAccess(AbstractEntity entity, APIManagerAPIAccessAdapter.Type type, boolean includeAPIName)Methods in com.axway.apim.adapter.apis with parameters of type APIAccess Modifier and Type Method Description voidAPIManagerAPIAccessAdapter. createAPIAccess(APIAccess apiAccess, AbstractEntity parentEntity, APIManagerAPIAccessAdapter.Type type)voidAPIManagerAPIAccessAdapter. deleteAPIAccess(APIAccess apiAccess, AbstractEntity parentEntity, APIManagerAPIAccessAdapter.Type type)Method parameters in com.axway.apim.adapter.apis with type arguments of type APIAccess Modifier and Type Method Description voidAPIManagerAPIAccessAdapter. saveAPIAccess(List<APIAccess> apiAccess, AbstractEntity entity, APIManagerAPIAccessAdapter.Type type) -
Uses of APIAccess in com.axway.apim.adapter.jackson
Method parameters in com.axway.apim.adapter.jackson with type arguments of type APIAccess Modifier and Type Method Description voidAPIAccessSerializer. serialize(List<APIAccess> apiAccess, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)Constructor parameters in com.axway.apim.adapter.jackson with type arguments of type APIAccess Constructor Description APIAccessSerializer(Class<List<APIAccess>> apiAccess) -
Uses of APIAccess in com.axway.apim.api.model
Methods in com.axway.apim.api.model that return types with arguments of type APIAccess Modifier and Type Method Description List<APIAccess>Organization. getApiAccess()Method parameters in com.axway.apim.api.model with type arguments of type APIAccess Modifier and Type Method Description voidOrganization. setApiAccess(List<APIAccess> apiAccess) -
Uses of APIAccess in com.axway.apim.api.model.apps
Methods in com.axway.apim.api.model.apps that return types with arguments of type APIAccess Modifier and Type Method Description List<APIAccess>ClientApplication. getApiAccess()Method parameters in com.axway.apim.api.model.apps with type arguments of type APIAccess Modifier and Type Method Description voidClientApplication. setApiAccess(List<APIAccess> apiAccess)
-