com.commsen.jwebthumb
Class WebThumbFetchRequest

java.lang.Object
  extended by com.commsen.jwebthumb.WebThumbFetchRequest

public class WebThumbFetchRequest
extends java.lang.Object

This class represents the payload of webthumb's 'fetch' API call. See http://webthumb.bluga.net/apidoc#fetch for details

Author:
Milen Dyankov
See Also:
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

WebThumbFetchRequest

public WebThumbFetchRequest(java.lang.String job,
                            WebThumbFetchRequest.Size size)
Constructs new fetch request to webthumb.bluga.net

Parameters:
job - - the job id
size - - the size of the file
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010 COMMSEN International. All Rights Reserved.