net.sf.jdigg.arguments
Class ListStoriesArguments
java.lang.Object
net.sf.jdigg.arguments.AbstractArguments
net.sf.jdigg.arguments.AbstractSortCountOffsetArguments
net.sf.jdigg.arguments.AbstractSortCountOffsetMinMaxDateArguments
net.sf.jdigg.arguments.ListStoriesArguments
public class ListStoriesArguments
- extends AbstractSortCountOffsetMinMaxDateArguments
Argument to fetch a list of stories from Digg.
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.
Please read this before you use the API:
Be Polite, Please!
- Since:
- 1.0 M1
- Author:
- Philip May
- See Also:
- Digg API - List Stories - Arguments
Method Summary |
void |
setMaxSubmitDate(long maxSubmitDate)
Get results submitted within a given time period. |
void |
setMinSubmitDate(long minSubmitDate)
Get results submitted within a given time period. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListStoriesArguments
public ListStoriesArguments(java.lang.String appkey)
setMinSubmitDate
public void setMinSubmitDate(long minSubmitDate)
- Get results submitted within a given time period.
- Parameters:
minSubmitDate
- Unix epoch integer- See Also:
DateUtil
setMaxSubmitDate
public void setMaxSubmitDate(long maxSubmitDate)
- Get results submitted within a given time period.
- Parameters:
maxSubmitDate
- Unix epoch integer- See Also:
DateUtil
Copyright © 2008. All Rights Reserved.