Package com.dongxuexidu.douban4j.model.doumail

Examples of com.dongxuexidu.douban4j.model.doumail.DoubanMailFeedObj


  public void testGetUnreadMails_Integer_Integer() throws Exception {
    System.out.println("getUnreadMails");
    Integer startIndex = 0;
    Integer maxResult = 2;
    DoubanMailService instance = new DoubanMailService(accessToken);
    DoubanMailFeedObj result = instance.getUnreadMails(startIndex, maxResult);
    assertTrue(result.getEntries() == null || result.getEntries().isEmpty());
  }
View Full Code Here

TOP

Related Classes of com.dongxuexidu.douban4j.model.doumail.DoubanMailFeedObj

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.