public class

VerifyRegistrationEmailRequestImpl

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

Summary

Fields
private String loginName the email to verify.
[Expand]
Inherited Fields
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
Public Constructors
VerifyRegistrationEmailRequestImpl()
Public Methods
String getActionName()
get action name.
String getLoginName()
void setLoginName(String loginName)
[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.VerifyRegistrationEmailRequest

Fields

private String loginName

the email to verify.

Public Constructors

public VerifyRegistrationEmailRequestImpl ()

Public Methods

public String getActionName ()

get action name.

Returns
  • action name

public String getLoginName ()

Returns
  • the loginName

public void setLoginName (String loginName)

Parameters
loginName The loginName to set