public class

RegisterNewUserMethod

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.RegisterNewUserMethod

Summary

[Expand]
Inherited Fields
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.methods.BaseBoxMethod
Public Constructors
RegisterNewUserMethod()
Public Methods
RegisterNewUserResponse registerNewUser(RegisterNewUserRequest registerNewUserRequest)
This method is used to register a user.
[Expand]
Inherited Methods
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.methods.BaseBoxMethod
From class java.lang.Object

Public Constructors

public RegisterNewUserMethod ()

Public Methods

public RegisterNewUserResponse registerNewUser (RegisterNewUserRequest registerNewUserRequest)

This method is used to register a user. Upon a successful registration, the status param will be 'successful_register'. If registration wasn't successful, status field can be: 'e_register', 'email_invalid', 'email_already_registered', 'application_restricted'.

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