Uses of Class
com.axway.apim.api.model.Image
-
Packages that use Image Package Description com.axway.apim.adapter com.axway.apim.adapter.apis com.axway.apim.adapter.jackson com.axway.apim.api com.axway.apim.api.model com.axway.apim.api.model.apps -
-
Uses of Image in com.axway.apim.adapter
Methods in com.axway.apim.adapter that return Image Modifier and Type Method Description static ImageAPIManagerAdapter. getImageFromAPIM(URI uri, String baseFilename) -
Uses of Image in com.axway.apim.adapter.apis
Methods in com.axway.apim.adapter.apis with parameters of type Image Modifier and Type Method Description voidAPIManagerAPIAdapter. updateAPIImage(API api, Image image) -
Uses of Image in com.axway.apim.adapter.jackson
Methods in com.axway.apim.adapter.jackson with parameters of type Image Modifier and Type Method Description voidImageSerializer. serialize(Image image, 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 Image Constructor Description ImageSerializer(Class<Image> t) -
Uses of Image in com.axway.apim.api
Fields in com.axway.apim.api declared as Image Modifier and Type Field Description protected ImageAPI. imageMethods in com.axway.apim.api that return Image Modifier and Type Method Description ImageAPI. getImage()Methods in com.axway.apim.api with parameters of type Image Modifier and Type Method Description voidAPI. setImage(Image image) -
Uses of Image in com.axway.apim.api.model
Methods in com.axway.apim.api.model that return Image Modifier and Type Method Description static ImageImage. createImageFromFile(File file)ImageOrganization. getImage()ImageUser. getImage()Methods in com.axway.apim.api.model with parameters of type Image Modifier and Type Method Description voidOrganization. setImage(Image image)voidUser. setImage(Image image) -
Uses of Image in com.axway.apim.api.model.apps
Methods in com.axway.apim.api.model.apps that return Image Modifier and Type Method Description ImageClientApplication. getImage()Methods in com.axway.apim.api.model.apps with parameters of type Image Modifier and Type Method Description voidClientApplication. setImage(Image image)
-