com.flickr4java.flickr.photos.PhotoList Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flickr4java Show documentation
Show all versions of flickr4java Show documentation
Java API For Flickr. Fork of FlickrJ.
/*
* Copyright (c) 2005 Aetrion LLC.
*/
package com.flickr4java.flickr.photos;
import com.flickr4java.flickr.SearchResultList;
/**
* A list of photos with additional meta data.
*
* @author Anthony Eden
*/
public class PhotoList extends SearchResultList {
// (avoid compiler warning)
private static final long serialVersionUID = -4735611134085303463L;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy