Package com.dongxuexidu.douban4j.service.DoubanCollectionService

Examples of com.dongxuexidu.douban4j.service.DoubanCollectionService.CollectionCategory


   * Test of getUsersCollection method, of class DoubanCollectionService.
   */
  public void testGetUsersCollection_8args() throws Exception {
    System.out.println("getUsersCollection");
    String userId = "xxx";
    CollectionCategory category = CollectionCategory.Movie;
    String tag = "";
    CollectionStatus status = CollectionStatus.MovieEd;
    Integer startIndex = 0;
    Integer maxResult = 2;
    Date startDate = null;
View Full Code Here

TOP

Related Classes of com.dongxuexidu.douban4j.service.DoubanCollectionService.CollectionCategory

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.