|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.commsen.jwebthumb.WebThumbFetchRequest
public class WebThumbFetchRequest
This class represents the payload of webthumb's 'fetch' API call. See http://webthumb.bluga.net/apidoc#fetch for details
http://webthumb.bluga.net/apidoc#fetch| Nested Class Summary | |
|---|---|
static class |
WebThumbFetchRequest.Size
Enumeration contains all sizes acceptable by webthumb's fetch method For more details check webthumb API at http://webthumb.bluga.net/apidoc#fetch |
| Constructor Summary | |
|---|---|
WebThumbFetchRequest(java.lang.String job,
WebThumbFetchRequest.Size size)
Constructs new fetch request to webthumb.bluga.net |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WebThumbFetchRequest(java.lang.String job,
WebThumbFetchRequest.Size size)
job - - the job idsize - - the size of the file| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||