org.scohen.juploadr.uploadapi.flickrrest.photosets
Class CreatePhotoSet

java.lang.Object
  extended byorg.scohen.juploadr.uploadapi.flickrrest.FlickrMethod
      extended byorg.scohen.juploadr.uploadapi.flickrrest.photosets.CreatePhotoSet
All Implemented Interfaces:
Action, PostUploadAction

public class CreatePhotoSet
extends FlickrMethod
implements PostUploadAction


Field Summary
 
Fields inherited from class org.scohen.juploadr.uploadapi.flickrrest.FlickrMethod
client
 
Constructor Summary
CreatePhotoSet(PhotoSet photoSet)
           
 
Method Summary
 java.lang.String getErrorText()
           
 java.util.SortedMap getParams()
           
 DefaultFlickrHandler getResponseHandler()
           
 boolean isAuthorized()
           
 
Methods inherited from class org.scohen.juploadr.uploadapi.flickrrest.FlickrMethod
encode, execute, getErrorCode, getMethod, getQueryString, getSignature, parseResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreatePhotoSet

public CreatePhotoSet(PhotoSet photoSet)
Method Detail

getResponseHandler

public DefaultFlickrHandler getResponseHandler()
Specified by:
getResponseHandler in class FlickrMethod

getParams

public java.util.SortedMap getParams()
Specified by:
getParams in class FlickrMethod

isAuthorized

public boolean isAuthorized()
Specified by:
isAuthorized in class FlickrMethod

getErrorText

public java.lang.String getErrorText()
Specified by:
getErrorText in interface PostUploadAction