cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.methods
Class ExportTagsMethod

java.lang.Object
  extended by cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.methods.BaseBoxMethod
      extended by cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.methods.ExportTagsMethod

public class ExportTagsMethod
extends BaseBoxMethod

Author:
Jimmy

Field Summary
 
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
ExportTagsMethod()
           
 
Method Summary
 ExportTagsResponse exportTags(ExportTagsRequest exportTagsRequest)
          This method returns all the user's tags.
 
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
 

Constructor Detail

ExportTagsMethod

public ExportTagsMethod()
Method Detail

exportTags

public ExportTagsResponse exportTags(ExportTagsRequest exportTagsRequest)
                              throws java.io.IOException,
                                     BoxException
This method returns all the user's tags. On successful a result, you will receive 'export_tags_ok' and tag_xml will be base64 encoded tags xml. After decoding tag_xml you will get xml like this: music mp3 If the result wasn't successful, status field can be: not_logged_id, application_restricted.

Parameters:
exportTagsRequest - request
Returns:
response
Throws:
java.io.IOException - IO exception
BoxException - box exception