| java.lang.Object | ||
| ↳ | cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl | |
| ↳ | cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.GetAccountTreeResponseImpl | |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| encodedTree | base64 encoded string of XML content. | ||||||||||
| tree | a Java Swing tree structure, and each of tree node attached a BoxAbstractFile object, wich can be either file or folder. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
cn.com.believer.songyuanframework.openapi.storage.box.functions.BoxResponse
| |||||||||||
From interface
cn.com.believer.songyuanframework.openapi.storage.box.functions.GetAccountTreeResponse
| |||||||||||
base64 encoded string of XML content.
a Java Swing tree structure, and each of tree node attached a BoxAbstractFile object, wich can be either file or folder.
| encodedTree | The encodedTree to set |
|---|
| tree | The tree to set |
|---|