public class

AddToMyBoxRequestImpl

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

Summary

Fields
private String authToken auth token.
private String fileId other user's public file id.
private String folderId current user's folder id.
private String publicName other user's shared file name.
private String[] tags tags on this item.
[Expand]
Inherited Fields
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
Public Constructors
AddToMyBoxRequestImpl()
Public Methods
String getActionName()
get action name.
String getAuthToken()
String getFileId()
String getFolderId()
String getPublicName()
String[] getTags()
void setAuthToken(String authToken)
void setFileId(String fileId)
void setFolderId(String folderId)
void setPublicName(String publicName)
void setTags(String[] tags)
[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.AddToMyBoxRequest
From interface cn.com.believer.songyuanframework.openapi.storage.box.functions.BoxRequest

Fields

private String authToken

auth token.

private String fileId

other user's public file id.

private String folderId

current user's folder id.

private String publicName

other user's shared file name.

private String[] tags

tags on this item.

Public Constructors

public AddToMyBoxRequestImpl ()

Public Methods

public String getActionName ()

get action name.

Returns
  • action name

public String getAuthToken ()

Returns
  • the authToken

public String getFileId ()

Returns
  • the fileId

public String getFolderId ()

Returns
  • the folderId

public String getPublicName ()

Returns
  • the publicName

public String[] getTags ()

Returns
  • the tags

public void setAuthToken (String authToken)

Parameters
authToken The authToken to set

public void setFileId (String fileId)

Parameters
fileId The fileId to set

public void setFolderId (String folderId)

Parameters
folderId The folderId to set

public void setPublicName (String publicName)

Parameters
publicName The publicName to set

public void setTags (String[] tags)

Parameters
tags The tags to set