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

java.lang.Object
  extended by cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
      extended by cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.CreateFolderRequestImpl
All Implemented Interfaces:
BoxRequest, CreateFolderRequest

public class CreateFolderRequestImpl
extends BoxRequestImpl
implements CreateFolderRequest

Author:
Jimmy

Field Summary
 
Fields inherited from class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
apiKey
 
Constructor Summary
CreateFolderRequestImpl()
           
 
Method Summary
 java.lang.String getActionName()
          get action name.
 java.lang.String getAuthToken()
           
 java.lang.String getFolderName()
           
 java.lang.String getParentFolderId()
           
 boolean isShare()
           
 void setAuthToken(java.lang.String authToken)
           
 void setFolderName(java.lang.String folderName)
           
 void setParentFolderId(java.lang.String parentFolderId)
           
 void setShare(boolean share)
           
 
Methods inherited from class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
getApiKey, setApiKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface cn.com.believer.songyuanframework.openapi.storage.box.functions.BoxRequest
getApiKey, setApiKey
 

Constructor Detail

CreateFolderRequestImpl

public CreateFolderRequestImpl()
Method Detail

getAuthToken

public java.lang.String getAuthToken()
Specified by:
getAuthToken in interface CreateFolderRequest
Returns:
the authToken

setAuthToken

public void setAuthToken(java.lang.String authToken)
Specified by:
setAuthToken in interface CreateFolderRequest
Parameters:
authToken - the authToken to set

getParentFolderId

public java.lang.String getParentFolderId()
Specified by:
getParentFolderId in interface CreateFolderRequest
Returns:
the parentFolderId

setParentFolderId

public void setParentFolderId(java.lang.String parentFolderId)
Specified by:
setParentFolderId in interface CreateFolderRequest
Parameters:
parentFolderId - the parentFolderId to set

getFolderName

public java.lang.String getFolderName()
Specified by:
getFolderName in interface CreateFolderRequest
Returns:
the folderName

setFolderName

public void setFolderName(java.lang.String folderName)
Specified by:
setFolderName in interface CreateFolderRequest
Parameters:
folderName - the folderName to set

isShare

public boolean isShare()
Specified by:
isShare in interface CreateFolderRequest
Returns:
the share

setShare

public void setShare(boolean share)
Specified by:
setShare in interface CreateFolderRequest
Parameters:
share - the share to set

getActionName

public java.lang.String getActionName()
Description copied from class: BoxRequestImpl
get action name.

Specified by:
getActionName in interface BoxRequest
Specified by:
getActionName in class BoxRequestImpl
Returns:
action name