|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WordList | |
|---|---|
| net.jeremybrooks.knicker | |
| Uses of WordList in net.jeremybrooks.knicker |
|---|
| Methods in net.jeremybrooks.knicker that return WordList | |
|---|---|
static WordList |
WordListApi.createList(AuthenticationToken token,
String listName,
String description,
Knicker.ListType type)
Create a new list on behalf of the authenticated user. |
static WordList |
WordListApi.getWordList(AuthenticationToken token,
String permalink)
Get a word list by permalink id. |
| Methods in net.jeremybrooks.knicker that return types with arguments of type WordList | |
|---|---|
static List<WordList> |
AccountApi.wordLists(AuthenticationToken token)
Fetch all of the authenticated user’s word lists. |
static List<WordList> |
AccountApi.wordLists(AuthenticationToken token,
int skip,
int limit)
Fetch the authenticated user’s word lists. |
| Methods in net.jeremybrooks.knicker with parameters of type WordList | |
|---|---|
static void |
WordListApi.updateWordList(AuthenticationToken token,
WordList wordList)
Update the word list metadata. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||