cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions
Class CreateFolderRequestImpl
java.lang.Object
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
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
Fields inherited from class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl |
apiKey |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateFolderRequestImpl
public CreateFolderRequestImpl()
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