org.scohen.juploadr.uploadapi.flickrrest.tags
Class GetListUser

java.lang.Object
  extended byorg.scohen.juploadr.uploadapi.flickrrest.FlickrMethod
      extended byorg.scohen.juploadr.uploadapi.flickrrest.tags.GetListUser
All Implemented Interfaces:
Action

public class GetListUser
extends FlickrMethod


Field Summary
 
Fields inherited from class org.scohen.juploadr.uploadapi.flickrrest.FlickrMethod
client
 
Constructor Summary
GetListUser()
           
 
Method Summary
 void addTag(java.lang.String tag)
           
 java.util.SortedMap getParams()
           
 DefaultFlickrHandler getResponseHandler()
           
 java.util.List getTags()
           
 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

GetListUser

public GetListUser()
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

addTag

public void addTag(java.lang.String tag)

getTags

public java.util.List getTags()