public abstract class

BoxRequestImpl

extends Object
implements BoxRequest
java.lang.Object
   ↳ cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
Known Direct Subclasses

Summary

Fields
protected String apiKey api key.
Public Constructors
BoxRequestImpl()
Public Methods
abstract String getActionName()
get action name.
String getApiKey()
void setApiKey(String apiKey)
[Expand]
Inherited Methods
From class java.lang.Object
From interface cn.com.believer.songyuanframework.openapi.storage.box.functions.BoxRequest

Fields

protected String apiKey

api key.

Public Constructors

public BoxRequestImpl ()

Public Methods

public abstract String getActionName ()

get action name.

Returns
  • action name

public String getApiKey ()

Returns
  • the apiKey

public void setApiKey (String apiKey)

Parameters
apiKey The apiKey to set