|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.commsen.jwebthumb.WebThumbStatusRequest
public class WebThumbStatusRequest
This class represents the payload of webthumb's 'status' API call. See http://webthumb.bluga.net/apidoc#status for details
Constructor Summary | |
---|---|
WebThumbStatusRequest()
|
Method Summary | |
---|---|
void |
addJob(java.lang.String job)
Adds new job id to the request list |
void |
addUrl(java.lang.String url)
Adds new URL to the request list |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebThumbStatusRequest()
Method Detail |
---|
public void addUrl(java.lang.String url)
url
- the URL to addpublic void addJob(java.lang.String job)
url
- the job id to add
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |