How can I get a link to the exact type size of an Image, for example "Original"?
I do this:
... photoUrls = (SizeList<Size>) photosInterface.getSizes(photoId); ...
then this:
... url = photoUrls.get(7).getSource(); ...
The 7th is sometimes "small", sometimes "medium" and sometimes of other sizes