public class

CreateFolderRequestImpl

extends BoxRequestImpl
implements CreateFolderRequest
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

Summary

Fields
private String authToken auth token.
private String folderName folder name.
private String parentFolderId parent folder id.
private boolean share share this folder or not.
[Expand]
Inherited Fields
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
Public Constructors
CreateFolderRequestImpl()
Public Methods
String getActionName()
get action name.
String getAuthToken()
String getFolderName()
String getParentFolderId()
boolean isShare()
void setAuthToken(String authToken)
void setFolderName(String folderName)
void setParentFolderId(String parentFolderId)
void setShare(boolean share)
[Expand]
Inherited Methods
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
From class java.lang.Object
From interface cn.com.believer.songyuanframework.openapi.storage.box.functions.BoxRequest
From interface cn.com.believer.songyuanframework.openapi.storage.box.functions.CreateFolderRequest

Fields

private String authToken

auth token.

private String folderName

folder name.

private String parentFolderId

parent folder id.

private boolean share

share this folder or not.

Public Constructors

public CreateFolderRequestImpl ()

Public Methods

public String getActionName ()

get action name.

Returns
  • action name

public String getAuthToken ()

Returns
  • the authToken

public String getFolderName ()

Returns
  • the folderName

public String getParentFolderId ()

Returns
  • the parentFolderId

public boolean isShare ()

Returns
  • the share

public void setAuthToken (String authToken)

Parameters
authToken The authToken to set

public void setFolderName (String folderName)

Parameters
folderName The folderName to set

public void setParentFolderId (String parentFolderId)

Parameters
parentFolderId The parentFolderId to set

public void setShare (boolean share)

Parameters
share The share to set