| Constructor and Description |
|---|
TrelloImpl(String applicationKey,
String accessToken) |
TrelloImpl(String applicationKey,
String accessToken,
TrelloHttpClient httpClient) |
public TrelloImpl(String applicationKey, String accessToken, TrelloHttpClient httpClient)
public List<Action> getBoardActions(String boardId, Argument... args)
getBoardActions in interface Trellopublic List<Card> getBoardCards(String boardId, Argument... args)
getBoardCards in interface Trellopublic Card getBoardCard(String boardId, String cardId, Argument... args)
getBoardCard in interface Trellopublic List<CheckList> getBoardChecklists(String boardId, Argument... args)
getBoardChecklists in interface Trellopublic List<TList> getBoardLists(String boardId, Argument... args)
getBoardLists in interface Trellopublic List<Member> getBoardMembers(String boardId, Argument... args)
getBoardMembers in interface Trellopublic List<Card> getBoardMemberCards(String boardId, String memberId, Argument... args)
getBoardMemberCards in interface Trello@Deprecated public List<CardWithActions> getBoardMemberActivity(String boardId, String memberId, String actionFilter, Argument... args)
getBoardMemberActivity in interface Trellopublic List<Member> getBoardMembersInvited(String boardId, Argument... args)
getBoardMembersInvited in interface Trellopublic MyPrefs getBoardMyPrefs(String boardId)
getBoardMyPrefs in interface Trellopublic Organization getBoardOrganization(String boardId, Argument... args)
getBoardOrganization in interface Trellopublic Board getActionBoard(String actionId, Argument... args)
getActionBoard in interface Trellopublic Card getActionCard(String actionId, Argument... args)
getActionCard in interface Trellopublic List<Entity> getActionEntities(String actionId)
getActionEntities in interface Trellopublic TList getActionList(String actionId, Argument... args)
getActionList in interface Trellopublic Member getActionMember(String actionId, Argument... args)
getActionMember in interface Trellopublic Member getActionMemberCreator(String actionId, Argument... args)
getActionMemberCreator in interface Trellopublic Organization getActionOrganization(String actionId, Argument... args)
getActionOrganization in interface Trellopublic List<Action> getCardActions(String cardId, Argument... args)
getCardActions in interface Trellopublic List<Attachment> getCardAttachments(String cardId, Argument... args)
getCardAttachments in interface Trellopublic Attachment getCardAttachment(String cardId, String attachmentId, Argument... args)
getCardAttachment in interface Trellopublic Board getCardBoard(String cardId, Argument... args)
getCardBoard in interface Trellopublic CheckList getCheckList(String checkListId, Argument... args)
getCheckList in interface Trellopublic Card createCard(String listId, Card card)
createCard in interface Trello@Deprecated public Member getBasicMemberInformation(String username)
getBasicMemberInformation in interface Trellopublic Member getMemberInformation(String username)
getMemberInformation in interface Trellopublic void addLabelsToCard(String idCard, String[] labels)
addLabelsToCard in interface Trellopublic Card updateCard(Card card)
updateCard in interface TrelloCopyright © 2015. All rights reserved.