|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcn.com.believer.songyuanframework.openapi.storage.box.impl.simple.methods.BaseBoxMethod
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.methods.GetAccountTreeMethod
public class GetAccountTreeMethod
Field Summary | |
---|---|
static java.lang.String |
PARAMS_KEY_NOZIP
this parameter decides whether show files or not. |
static java.lang.String |
PARAMS_KEY_ONELEVEL
this parameter indicates if we only show one level of our file structure. |
Fields inherited from class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.methods.BaseBoxMethod |
---|
apiRequestFormat, apiUploadUrlPrefix, apiUrlPrefix, apiVersion, config, httpManager, soapApiUrl, xmlApiUrl |
Constructor Summary | |
---|---|
GetAccountTreeMethod()
|
Method Summary | |
---|---|
GetAccountTreeResponse |
getAccountTree(GetAccountTreeRequest getAccountTreeRequest)
This method is used to get a user's files and folders tree. |
Methods inherited from class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.methods.BaseBoxMethod |
---|
getBaseSoapDocument, getElementByActionName, getRestUrl, getSoapElement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PARAMS_KEY_ONELEVEL
public static final java.lang.String PARAMS_KEY_NOZIP
Constructor Detail |
---|
public GetAccountTreeMethod()
Method Detail |
---|
public GetAccountTreeResponse getAccountTree(GetAccountTreeRequest getAccountTreeRequest) throws java.io.IOException, BoxException
getAccountTreeRequest
- request
java.io.IOException
- IO exception
BoxException
- box exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |