Uses of Class
net.jeremybrooks.knicker.Knicker.SortBy

Packages that use Knicker.SortBy
net.jeremybrooks.knicker   
 

Uses of Knicker.SortBy in net.jeremybrooks.knicker
 

Methods in net.jeremybrooks.knicker that return Knicker.SortBy
static Knicker.SortBy Knicker.SortBy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Knicker.SortBy[] Knicker.SortBy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.jeremybrooks.knicker with parameters of type Knicker.SortBy
static List<WordListWord> WordListApi.getWordsFromList(AuthenticationToken token, String permalink, Knicker.SortBy sortBy, SortOrder sortOrder, int skip, int limit)
          Return all the words from the given list.
static List<Word> WordsApi.randomWords(boolean hasDictionaryDef, Set<Knicker.PartOfSpeech> includePartOfSpeech, Set<Knicker.PartOfSpeech> excludePartOfSpeech, int minCorpusCount, int maxCorpusCount, int minDictionaryCount, int maxDictionaryCount, int minLength, int maxLength, Knicker.SortBy sortBy, Knicker.SortDirection sortDirection, int limit)
          Return a list of random words from Wordnik.
 



Copyright © 2012. All Rights Reserved.