Uses of Class
org.jickr.PhotoSet

Uses of PhotoSet in org.jickr
 

Methods in org.jickr that return PhotoSet
static PhotoSet PhotoSet.create(java.lang.String title, java.lang.String description, Photo primaryPhoto)
          Create a new PhotoSet.
static PhotoSet PhotoSet.findByID(java.lang.String id)
          Get a new PhotoSet identified by the supplied ID.
 

Methods in org.jickr that return types with arguments of type PhotoSet
 java.util.List<PhotoSet> User.getPhotoSets()
          Get a list of the PhotoSets for this user.
 java.util.List<PhotoSet> Photo.getPublicSets()
          Get a list of all public PhotoSets this Photo belongs to.
 

Method parameters in org.jickr with type arguments of type PhotoSet
static void PhotoSet.orderSets(java.util.List<PhotoSet> setlist)
          Order the PhotoSets for display on Flickr.