| Package | Description |
|---|---|
| com.julienvey.trello | |
| com.julienvey.trello.domain | |
| com.julienvey.trello.impl |
| Modifier and Type | Method and Description |
|---|---|
TList |
Trello.getActionList(String actionId,
Argument... args) |
TList |
Trello.getList(String listId,
Argument... args) |
| Modifier and Type | Method and Description |
|---|---|
List<TList> |
Trello.getBoardLists(String boardId,
Argument... args) |
| Modifier and Type | Method and Description |
|---|---|
TList |
Action.Data.getList() |
TList |
Action.Data.getListAfter() |
TList |
Action.Data.getListBefore() |
| Modifier and Type | Method and Description |
|---|---|
List<TList> |
Board.fetchLists(Argument... args) |
| Modifier and Type | Method and Description |
|---|---|
void |
Action.Data.setList(TList list) |
void |
Action.Data.setListAfter(TList listAfter) |
void |
Action.Data.setListBefore(TList listBefore) |
| Modifier and Type | Method and Description |
|---|---|
TList |
TrelloImpl.getActionList(String actionId,
Argument... args) |
TList |
TrelloImpl.getList(String listId,
Argument... args) |
| Modifier and Type | Method and Description |
|---|---|
List<TList> |
TrelloImpl.getBoardLists(String boardId,
Argument... args) |
Copyright © 2015. All rights reserved.