public class

ExportTagsMethod

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

Summary

[Expand]
Inherited Fields
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.methods.BaseBoxMethod
Public Constructors
ExportTagsMethod()
Public Methods
ExportTagsResponse exportTags(ExportTagsRequest exportTagsRequest)
This method returns all the user's tags.
[Expand]
Inherited Methods
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.methods.BaseBoxMethod
From class java.lang.Object

Public Constructors

public ExportTagsMethod ()

Public Methods

public ExportTagsResponse exportTags (ExportTagsRequest exportTagsRequest)

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
IOException IO exception
BoxException box exception