public class

VerifyRegistrationEmailMethod

extends BaseBoxMethod
java.lang.Object
   ↳ cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.methods.BaseBoxMethod
     ↳ cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.methods.VerifyRegistrationEmailMethod

Summary

[Expand]
Inherited Fields
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.methods.BaseBoxMethod
Public Constructors
VerifyRegistrationEmailMethod()
Public Methods
VerifyRegistrationEmailResponse verifyRegistrationEmail(VerifyRegistrationEmailRequest verifyRegistrationEmailRequest)
This method is used to verify user registration email .
[Expand]
Inherited Methods
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.methods.BaseBoxMethod
From class java.lang.Object

Public Constructors

public VerifyRegistrationEmailMethod ()

Public Methods

public VerifyRegistrationEmailResponse verifyRegistrationEmail (VerifyRegistrationEmailRequest verifyRegistrationEmailRequest)

This method is used to verify user registration email . Upon a not used and right registration email, the status param will be 'email_ok'. Else status field can be: 'email_invalid', 'email_already_registered', 'application_restricted'.

Parameters
verifyRegistrationEmailRequest Request
Returns
  • response
Throws
IOException io exception
BoxException box exception