net.sf.jdigg.requests
Class ListContainersRequest
java.lang.Object
net.sf.jdigg.requests.AbstractRequest
net.sf.jdigg.requests.ListContainersRequest
public class ListContainersRequest
- extends AbstractRequest
Fetches a list of containers from Digg.
Please read this before you use the API:
Be Polite, Please!
- Since:
- 1.0 M2
- Author:
- Raymond H, Philip May
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListContainersRequest
public ListContainersRequest(RequestConfig requestConfig)
allContainers
public Containers allContainers(ListContainersArguments listContainersArguments)
throws RequestException,
ResponseParserException,
DiggException
- Get a list of all containers.
- Throws:
RequestException
ResponseParserException
DiggException
specifiedContainer
public Containers specifiedContainer(ListContainersArguments listContainersArguments,
java.lang.String container)
throws RequestException,
ResponseParserException,
DiggException
- Get a specified container.
- Throws:
RequestException
ResponseParserException
DiggException
Copyright © 2008. All Rights Reserved.