public class

GetAccountTreeRequestImpl

extends BoxRequestImpl
implements GetAccountTreeRequest
java.lang.Object
   ↳ cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
     ↳ cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.GetAccountTreeRequestImpl

Summary

Fields
private String authToken auth token.
private String folderId folder id.
private String[] params parameters, could be 'onelevel','nofiles','nozip'.
[Expand]
Inherited Fields
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
Public Constructors
GetAccountTreeRequestImpl()
Public Methods
String getActionName()
get action name.
String getAuthToken()
String getFolderId()
String[] getParams()
void setAuthToken(String authToken)
void setFolderId(String folderId)
void setParams(String[] params)
[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.GetAccountTreeRequest

Fields

private String authToken

auth token.

private String folderId

folder id.

private String[] params

parameters, could be 'onelevel','nofiles','nozip'.

Public Constructors

public GetAccountTreeRequestImpl ()

Public Methods

public String getActionName ()

get action name.

Returns
  • action name

public String getAuthToken ()

Returns
  • the authToken

public String getFolderId ()

Returns
  • the folderId

public String[] getParams ()

Returns
  • the params

public void setAuthToken (String authToken)

Parameters
authToken The authToken to set

public void setFolderId (String folderId)

Parameters
folderId The folderId to set

public void setParams (String[] params)

Parameters
params The params to set