| Package | Description |
|---|---|
| com.julienvey.trello | |
| com.julienvey.trello.domain | |
| com.julienvey.trello.impl |
| Modifier and Type | Method and Description |
|---|---|
Card |
Trello.createCard(String listId,
Card card) |
Card |
Trello.getActionCard(String actionId,
Argument... args) |
Card |
Trello.getBoardCard(String boardId,
String cardId,
Argument... args) |
Card |
Trello.getCard(String cardId,
Argument... args) |
Card |
Trello.updateCard(Card card) |
| Modifier and Type | Method and Description |
|---|---|
List<Card> |
Trello.getBoardCards(String boardId,
Argument... args) |
List<Card> |
Trello.getBoardMemberCards(String boardId,
String memberId,
Argument... args) |
| Modifier and Type | Method and Description |
|---|---|
Card |
Trello.createCard(String listId,
Card card) |
Card |
Trello.updateCard(Card card) |
| Modifier and Type | Class and Description |
|---|---|
class |
CardWithActions |
| Modifier and Type | Method and Description |
|---|---|
Card |
TList.createCard(Card card) |
Card |
Board.fetchCard(String cardId,
Argument... args) |
Card |
Action.Data.getCard() |
Card |
Card.update() |
| Modifier and Type | Method and Description |
|---|---|
List<Card> |
Board.fetchCards(Argument... args) |
List<Card> |
Board.fetchMemberCards(String idMember,
Argument... args) |
List<Card> |
TList.getCards() |
List<Card> |
CheckList.getCards() |
| Modifier and Type | Method and Description |
|---|---|
Card |
TList.createCard(Card card) |
void |
Action.Data.setCard(Card card) |
| Modifier and Type | Method and Description |
|---|---|
void |
TList.setCards(List<Card> cards) |
void |
CheckList.setCards(List<Card> cards) |
| Modifier and Type | Method and Description |
|---|---|
Card |
TrelloImpl.createCard(String listId,
Card card) |
Card |
TrelloImpl.getActionCard(String actionId,
Argument... args) |
Card |
TrelloImpl.getBoardCard(String boardId,
String cardId,
Argument... args) |
Card |
TrelloImpl.getCard(String cardId,
Argument... args) |
Card |
TrelloImpl.updateCard(Card card) |
| Modifier and Type | Method and Description |
|---|---|
List<Card> |
TrelloImpl.getBoardCards(String boardId,
Argument... args) |
List<Card> |
TrelloImpl.getBoardMemberCards(String boardId,
String memberId,
Argument... args) |
| Modifier and Type | Method and Description |
|---|---|
Card |
TrelloImpl.createCard(String listId,
Card card) |
Card |
TrelloImpl.updateCard(Card card) |
Copyright © 2015. All rights reserved.