Interface TrelloService

All Known Implementing Classes:
TrelloServiceImpl

public interface TrelloService
  • Method Details

    • getBoard

      com.julienvey.trello.domain.Board getBoard(String boardId)
    • getBoard

      com.julienvey.trello.domain.Board getBoard() throws BGException
      Throws:
      BGException
    • createBoard

      com.julienvey.trello.domain.Board createBoard(String name)
    • createBoard

      com.julienvey.trello.domain.Board createBoard() throws BGException
      Throws:
      BGException
    • setOrganizationToBoard

      com.julienvey.trello.domain.Board setOrganizationToBoard(String boardId, String organizationId)
    • setPermissionLevel

      com.julienvey.trello.domain.Board setPermissionLevel(String boardId, PermissionLevel permissionLevel)