Package org.as.jtrello.cards

Examples of org.as.jtrello.cards.CardService


     
    this.members     = new MemberService(config);
    this.organizations   = new OrganizationService(config);
    this.boards     = new BoardService(config);
    this.lists      = new ListService(config);
    this.cards      = new CardService(config);
    this.checklists    = new ChecklistService(config);
    this.notifications  = new NotificationService(config);
    this.actions    = new ActionService(config);
   
  }
View Full Code Here

TOP

Related Classes of org.as.jtrello.cards.CardService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.