The content of the image can have two forms:
Standard properties include : caption, location and image data. @author Fromentin Xavier, Schnell Michaƫl, Dervin Cyrielle, Brabant Quentin @version 1.0
505152535455565758596061
} System.out.println(" ========= images ======== "); List<Image> images = artist.getImages(); for (int i = 0; i < images.size(); i++) { Image image = images.get(i); image.dump(); } System.out.println(" ========= news ======== "); List<News> newsList = artist.getNews(); for (int i = 0; i < newsList.size(); i++) {