cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions
Class BoxRequestImpl

java.lang.Object
  extended by cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
All Implemented Interfaces:
BoxRequest
Direct Known Subclasses:
AddToMyBoxRequestImpl, AddToTagRequestImpl, CreateFolderRequestImpl, DeleteRequestImpl, DownloadRequestImpl, ExportTagsRequestImpl, GetAccountTreeRequestImpl, GetAuthTokenRequestImpl, GetFileInfoRequestImpl, GetFriendsRequestImpl, GetTicketRequestImpl, LogoutRequestImpl, MoveRequestImpl, PrivateShareRequestImpl, PublicShareRequestImpl, PublicUnshareRequestImpl, RegisterNewUserRequestImpl, RenameRequestImpl, RequestFriendsRequestImpl, SetDescriptionRequestImpl, UploadRequestImpl, VerifyRegistrationEmailRequestImpl

public abstract class BoxRequestImpl
extends java.lang.Object
implements BoxRequest

Author:
Jimmy

Field Summary
protected  java.lang.String apiKey
          api key.
 
Constructor Summary
BoxRequestImpl()
           
 
Method Summary
abstract  java.lang.String getActionName()
          get action name.
 java.lang.String getApiKey()
           
 void setApiKey(java.lang.String apiKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

apiKey

protected java.lang.String apiKey
api key.

Constructor Detail

BoxRequestImpl

public BoxRequestImpl()
Method Detail

getApiKey

public java.lang.String getApiKey()
Specified by:
getApiKey in interface BoxRequest
Returns:
the apiKey

setApiKey

public void setApiKey(java.lang.String apiKey)
Specified by:
setApiKey in interface BoxRequest
Parameters:
apiKey - the apiKey to set

getActionName

public abstract java.lang.String getActionName()
get action name.

Specified by:
getActionName in interface BoxRequest
Returns:
action name