| Package | Description |
|---|---|
| com.julienvey.trello | |
| com.julienvey.trello.domain | |
| com.julienvey.trello.impl |
| Modifier and Type | Method and Description |
|---|---|
Action |
Trello.getAction(String actionId,
Argument... args) |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
Trello.getBoardActions(String boardId,
Argument... args) |
List<Action> |
Trello.getCardActions(String cardId,
Argument... args) |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
Board.fetchActions(Argument... args) |
List<Action> |
CardWithActions.getActions() |
List<Action> |
Card.getActions(Argument... filters) |
| Modifier and Type | Method and Description |
|---|---|
Action |
TrelloImpl.getAction(String actionId,
Argument... args) |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
TrelloImpl.getBoardActions(String boardId,
Argument... args) |
List<Action> |
TrelloImpl.getCardActions(String cardId,
Argument... args) |
Copyright © 2015. All rights reserved.