A C D E F G H I L N O P R S T U V

F

findByEmail(String) - Static method in class org.jickr.User
Return a new User object that corresponds to the stated Email Address.
findByID(String) - Static method in class org.jickr.License
Gets the License option that matches the supplied ID.
findByID(String, String) - Static method in class org.jickr.Photo
Get a photo, provided you have the Photo's id, and secret key.
findByID(String) - Static method in class org.jickr.PhotoSet
Get a new PhotoSet identified by the supplied ID.
findByID(String) - Static method in class org.jickr.User
Return a new User object that corresponds to the stated user ID.
findByTags(String) - Static method in class org.jickr.Photo
Get a list of photos that are tagged with the desired keywords.
findByTags(String, boolean) - Static method in class org.jickr.Photo
Get a list of Photos that are tagged with the desired keywords.
findByURL(URL) - Static method in class org.jickr.Group
Get a new group by searching on the URL of that group.
findByURL(String) - Static method in class org.jickr.User
Return a new User object that corresponds to the stated URL.
findByUsername(String) - Static method in class org.jickr.User
Return a new User object that corresponds to the stated username.
Flickr - Class in org.jickr
Flickr access information.
FlickrException - Exception in org.jickr
Generic exception thrown by Jickr objects.
FlickrException(String) - Constructor for exception org.jickr.FlickrException
Constructs an instance of FlickrException with the specified detail message.
FlickrException(String, int) - Constructor for exception org.jickr.FlickrException
Constructs an instance of FlickrException with the specified detail message.
FlickrException(String, Throwable) - Constructor for exception org.jickr.FlickrException
Constructs an instance of FlickrException with the specified detail message, and the root cause exception.
FlickrRuntimeException - Exception in org.jickr
Generic Runtime exception thrown by Jickr.
FlickrRuntimeException(String) - Constructor for exception org.jickr.FlickrRuntimeException
Creates a new instance of FlickrRuntimeException without detail message.
FlickrRuntimeException(String, Throwable) - Constructor for exception org.jickr.FlickrRuntimeException
Constructs an instance of FlickrRuntimeException with the specified detail message.

A C D E F G H I L N O P R S T U V