|
||||||||||
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.ListStoriesRequest
public class ListStoriesRequest
Fetches a list of stories from Digg.
Please read this before you use the API: Be Polite, Please!
When you see "(Draft)" in the documentation, that means you may go ahead and use the feature in your programs, but be aware that the documentation or the API may change if you or other developers find errors.
Field Summary |
---|
Fields inherited from class net.sf.jdigg.requests.AbstractRequest |
---|
DIGG_SERVICE_URL, log |
Constructor Summary | |
---|---|
ListStoriesRequest(RequestConfig requestConfig)
|
Method Summary | |
---|---|
Stories |
allStories(ListStoriesArguments listStoriesArguments)
All stories. |
Stories |
allStoriesFromGivenContainer(ListStoriesArguments listStoriesArguments,
java.lang.String container)
All stories from a given container. |
Stories |
allStoriesFromGivenTopic(ListStoriesArguments listStoriesArguments,
java.lang.String topic)
All stories from a given topic. |
Stories |
hotStories(ListStoriesArguments listStoriesArguments)
Hot stories (Draft). |
Stories |
hotStoriesFromGivenContainer(ListStoriesArguments listStoriesArguments,
java.lang.String container)
Hot stories from a given container. |
Stories |
popularStories(ListStoriesArguments listStoriesArguments)
Popular stories. |
Stories |
popularStoriesFromGivenContainer(ListStoriesArguments listStoriesArguments,
java.lang.String container)
Popular stories from a given container. |
Stories |
popularStoriesFromGivenTopic(ListStoriesArguments listStoriesArguments,
java.lang.String topic)
Popular stories from a given topic. |
Stories |
topStories(ListStoriesArguments listStoriesArguments)
Top stories (Draft). |
Stories |
topStoriesFromGivenContainer(ListStoriesArguments listStoriesArguments,
java.lang.String container)
Top stories from a given container (Draft). |
Stories |
upcomingStories(ListStoriesArguments listStoriesArguments)
Upcoming stories. |
Stories |
upcomingStoriesFromGivenContainer(ListStoriesArguments listStoriesArguments,
java.lang.String container)
Upcoming stories from a given container. |
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 ListStoriesRequest(RequestConfig requestConfig)
Method Detail |
---|
public Stories allStories(ListStoriesArguments listStoriesArguments) throws RequestException, ResponseParserException, DiggException
RequestException
ResponseParserException
DiggException
public Stories popularStories(ListStoriesArguments listStoriesArguments) throws RequestException, ResponseParserException, DiggException
RequestException
ResponseParserException
DiggException
public Stories upcomingStories(ListStoriesArguments listStoriesArguments) throws RequestException, ResponseParserException, DiggException
RequestException
ResponseParserException
DiggException
public Stories topStories(ListStoriesArguments listStoriesArguments) throws RequestException, ResponseParserException, DiggException
RequestException
ResponseParserException
DiggException
public Stories hotStories(ListStoriesArguments listStoriesArguments) throws RequestException, ResponseParserException, DiggException
RequestException
ResponseParserException
DiggException
public Stories allStoriesFromGivenContainer(ListStoriesArguments listStoriesArguments, java.lang.String container) throws RequestException, ResponseParserException, DiggException
RequestException
ResponseParserException
DiggException
public Stories popularStoriesFromGivenContainer(ListStoriesArguments listStoriesArguments, java.lang.String container) throws RequestException, ResponseParserException, DiggException
RequestException
ResponseParserException
DiggException
public Stories upcomingStoriesFromGivenContainer(ListStoriesArguments listStoriesArguments, java.lang.String container) throws RequestException, ResponseParserException, DiggException
RequestException
ResponseParserException
DiggException
public Stories topStoriesFromGivenContainer(ListStoriesArguments listStoriesArguments, java.lang.String container) throws RequestException, ResponseParserException, DiggException
RequestException
ResponseParserException
DiggException
public Stories hotStoriesFromGivenContainer(ListStoriesArguments listStoriesArguments, java.lang.String container) throws RequestException, ResponseParserException, DiggException
RequestException
ResponseParserException
DiggException
public Stories allStoriesFromGivenTopic(ListStoriesArguments listStoriesArguments, java.lang.String topic) throws RequestException, ResponseParserException, DiggException
RequestException
ResponseParserException
DiggException
public Stories popularStoriesFromGivenTopic(ListStoriesArguments listStoriesArguments, java.lang.String topic) throws RequestException, ResponseParserException, DiggException
RequestException
ResponseParserException
DiggException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |