public class

MoveRequestImpl

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

Summary

Fields
private String authToken auth token.
private String destinationId folder id, the folder will move item to.
private String target target, could be 'file' or 'folder'.
private String targetId target id, could be file id or folder id.
[Expand]
Inherited Fields
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
Public Constructors
MoveRequestImpl()
Public Methods
String getActionName()
get action name.
String getAuthToken()
String getDestinationId()
String getTarget()
String getTargetId()
void setAuthToken(String authToken)
void setDestinationId(String destinationId)
void setTarget(String target)
void setTargetId(String targetId)
[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.BoxRequest
From interface cn.com.believer.songyuanframework.openapi.storage.box.functions.MoveRequest

Fields

private String authToken

auth token.

private String destinationId

folder id, the folder will move item to.

private String target

target, could be 'file' or 'folder'.

private String targetId

target id, could be file id or folder id.

Public Constructors

public MoveRequestImpl ()

Public Methods

public String getActionName ()

get action name.

Returns
  • action name

public String getAuthToken ()

Returns
  • the authToken

public String getDestinationId ()

Returns
  • the destinationId

public String getTarget ()

Returns
  • the target

public String getTargetId ()

Returns
  • the targetId

public void setAuthToken (String authToken)

Parameters
authToken The authToken to set

public void setDestinationId (String destinationId)

Parameters
destinationId The destinationId to set

public void setTarget (String target)

Parameters
target The target to set

public void setTargetId (String targetId)

Parameters
targetId The targetId to set