Uses of Class
org.jickr.PhotoSearch.Privacy

Uses of PhotoSearch.Privacy in org.jickr
 

Methods in org.jickr that return PhotoSearch.Privacy
 PhotoSearch.Privacy PhotoSearch.getPrivacy()
          Get the privacy level for the search.
static PhotoSearch.Privacy PhotoSearch.Privacy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PhotoSearch.Privacy[] PhotoSearch.Privacy.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jickr with parameters of type PhotoSearch.Privacy
 void PhotoSearch.setPrivacy(PhotoSearch.Privacy privacy)
          Set the privacy level for the search.