|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jdigg.requests.AbstractRequest
net.sf.jdigg.requests.ListCommentsRequest
public class ListCommentsRequest
Fetches a list of comments from Digg.
Please read this before you use the API: Be Polite, Please!
Field Summary |
---|
Fields inherited from class net.sf.jdigg.requests.AbstractRequest |
---|
DIGG_SERVICE_URL, log |
Constructor Summary | |
---|---|
ListCommentsRequest(RequestConfig requestConfig)
|
Method Summary | |
---|---|
Comments |
allComments(ListCommentsArguments listCommentsArguments)
All comments. |
Comments |
popularComments(ListCommentsArguments listCommentsArguments)
All comments on popular stories. |
Comments |
topLevelCommentsForGivenStory(ListCommentsArguments listCommentsArguments,
int id)
Top-level comments for a given story. |
Comments |
upcomingComments(ListCommentsArguments listCommentsArguments)
All comments on upcoming stories. |
Methods inherited from class net.sf.jdigg.requests.AbstractRequest |
---|
buildRequestString, getHttpClient, getRequestConfig |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListCommentsRequest(RequestConfig requestConfig)
Method Detail |
---|
public Comments allComments(ListCommentsArguments listCommentsArguments) throws RequestException, ResponseParserException, DiggException
RequestException
ResponseParserException
DiggException
public Comments popularComments(ListCommentsArguments listCommentsArguments) throws RequestException, ResponseParserException, DiggException
RequestException
ResponseParserException
DiggException
public Comments upcomingComments(ListCommentsArguments listCommentsArguments) throws RequestException, ResponseParserException, DiggException
RequestException
ResponseParserException
DiggException
public Comments topLevelCommentsForGivenStory(ListCommentsArguments listCommentsArguments, int id) throws RequestException, ResponseParserException, DiggException
RequestException
ResponseParserException
DiggException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |