Examples of DoubanSubjectListObj


Examples of com.dongxuexidu.douban4j.model.v2.DoubanSubjectListObj

    return movie;
  }
 
  public DoubanSubjectListObj getMoviesTop250(int start, int count) throws DoubanException, IOException {
    String url = RequestUrls.DOUBAN_MOVIE_V2_PREFIX + "/" + "top250?count=" + count;
    DoubanSubjectListObj movie = this.client.getResponseInJson(url, null, DoubanSubjectListObj.class, false);
    return movie;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.