public class

GetFriendsRequestImpl

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

Summary

Fields
private String authToken auth token.
private String[] params parameters, could be 'nozip'.
[Expand]
Inherited Fields
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
Public Constructors
GetFriendsRequestImpl()
Public Methods
String getActionName()
get action name.
String getAuthToken()
String[] getParams()
void setAuthToken(String authToken)
void setParams(String[] params)
[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.GetFriendsRequest

Fields

private String authToken

auth token.

private String[] params

parameters, could be 'nozip'.

Public Constructors

public GetFriendsRequestImpl ()

Public Methods

public String getActionName ()

get action name.

Returns
  • action name

public String getAuthToken ()

Returns
  • the authToken

public String[] getParams ()

Returns
  • the params

public void setAuthToken (String authToken)

Parameters
authToken The authToken to set

public void setParams (String[] params)

Parameters
params The params to set